Data binding in the report

Stimulsoft Reports.WPF discussion
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: Data binding in the report

Post by Edward »

Hi Ed,

It looks like you already using the custom mode for rendering. Could you please show the code how you render the report? Because the standard behaviour of the 'Save As' button is to save all the rendered report to PDF.
Also please explain how the data is registered to the report?

Please swap the following lines in your code above as follows:

Code: Select all

report.Dictionary.Clear();
report.Load("Report.mrt");
report.RegData("Person", _persons);
So the question is how to export all the pages to the report, not only the pages that have been fetched already?

Thank you,
Edward
Post Reply