C# Dataset Dataregister help
Hi Guys
I have a dataset but can't get the dataset to show within my report.
This is my code :
report1 = new Report();
report1.RegisterData(Dataset_Report, "NewDataSet");
report1.Design();
This is done in design mode.If anyone can assits.
Thanks in advance
I have a dataset but can't get the dataset to show within my report.
This is my code :
report1 = new Report();
report1.RegisterData(Dataset_Report, "NewDataSet");
report1.Design();
This is done in design mode.If anyone can assits.
Thanks in advance
Comments
This code registers all tables in the dataset. What kind of error do you get?