Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all..

I am new to windows desktop application development.

I want to generate report which looks like a bill. That is the master details should be displayed once and the related items of that bill should be displayed in the tabular format. I have created the dataset from the Add New Item -> Dataset. and added one data table and configured that.

Then I added one rdlc file from (Add -> New Item -> Report) I want to add some designs and place the fields of created datatable. But I am unable to see these fields. Please help me how to do so.

Thanks in advance.
Posted

1 solution

Double click the Dataset created and click Refresh Fields, You will get fields available in the datatable.
 
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