Empty report
Hi,
I am using Visual Studio to create my report, using report components in the visual studio environment.
During this, the data is taken from a typed source.
When viewing the report using:
report1.Show();
The report is empty, only displaying the headers or column names.
What am I missing here.
Also I did the same procedure using the trial version, which worked well, but now that I have purchased the software (Fastreports) the report is empty!
I am using Visual Studio to create my report, using report components in the visual studio environment.
During this, the data is taken from a typed source.
When viewing the report using:
report1.Show();
The report is empty, only displaying the headers or column names.
What am I missing here.
Also I did the same procedure using the trial version, which worked well, but now that I have purchased the software (Fastreports) the report is empty!
Comments
You should fill the dataset before running a report.