Hi,
Is there any way to use Byte array (which I convert from PDF) as an instanceReportSource?
Here is my scenario, I need to generate TWO report, say Report A and Report B. Report A is a subset of report B. Report A is generated first (at the beginning of the business cycle), then saved as byte array (in the database). then at the end of the business cycle, I need to generate Report B, which half top of it is exactly a copy of Report A. How can i achieve this using the byte array off Report A i already have?
Thanks & Regards,
Rafa
I made this (attached) using 3 htmlblocks. However in the future I need it to come from the database.
Is there anyway html or rich-formatted-text could come from a single column in a dataset and spread across 3 columns?
In my other reports I have html from the DB displayed, but I do not have it in 3 columns.
I have a report with a parameter set at the datasource level to pull the Top N results from the database.
I would like to be able to display the current value of the Top N datasource parameter in a text box in the body of my report.
Is there a way to do this simply?
i.e.
Datasource Parameter: @topCount
Text Box: Top {@topCount} Records by Total