Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my RDLC report i use text boxes for Display certain values of the report.but it only Display 1st record data in the Textbox.Is there any machanism to display all the row data in a Textbox.

actually i want to print Invoice and it has certain informations which should display all the database rows such as

Description , units , unit value , Total

pens 2 2.50 5
pencils 5 1.50 7.50

RDLC Expression is

=Fields!description.Value


In RDLC textbox only shown 1st record. so i want to get all the Rows of the perticuler database with out using Matrix or Tablic.is it possible?Thanks in Advance!!!
Posted
Updated 12-Sep-21 11:44am

Dear there is LIST tool in the Tools Box of RDLC.
1. Add List
2. Add Textbox fields in the List area.
3. Run the project It will show other values also
 
Share this answer
 
Hi,

I Guess you already have the DataSet with you. It is visible thru 'report Data' window in the IDE.

Now from the toolbox, add a 'Table'. It will show you the default row, where you can simply drag drop the fields that you want. Add more columns, hide conditionally, change fore colors / back colors conditionally etc.. you can customize it a lot.

The table will present all the records of your data set, along with giving you additional option of introducing summary, group headers, sub totals rows and lot more.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900