Distance between DataBand and SubReport
Distance between DataBand and SubReport
I have made some example with one report and subreport. Main report has DataBand with some content and one SubReport field. This subreport is external, and is loaded using GetSubReport event. But when i show final report in Viewer, between DataBand content and embedded external SubReport is the same height of distance like height of previous DataBand content... Is this bug or my problem with design?
Thank you...
Thank you...
- Attachments
-
- 465.SubReportTest.zip
- (39.35 KiB) Downloaded 202 times
Distance between DataBand and SubReport
Hello,
Can you please send us a simple test application, which reproduces the issue?
Thank you.
Can you please send us a simple test application, which reproduces the issue?
Thank you.
Distance between DataBand and SubReport
Example has been attached...
Distance between DataBand and SubReport
Hello,
The problem is solved.
The patch will be available in the next prerelease build from 5-Jul-2010.
Thank you.
The problem is solved.
The patch will be available in the next prerelease build from 5-Jul-2010.
Thank you.
Distance between DataBand and SubReport
Thank you Ivan for fast repair 
But I have realised, that the solution with GetSubReport is not optimal due to speed of compiling. Faster is to insert subreport object as StiPage into StiSubreport and than compile. But never mind
Have a nice day...

But I have realised, that the solution with GetSubReport is not optimal due to speed of compiling. Faster is to insert subreport object as StiPage into StiSubreport and than compile. But never mind

Have a nice day...
Distance between DataBand and SubReport
Hello,
Yes that have sense, but you can load subreport from assembly for example and avoid compilation.
Thank you.
Yes that have sense, but you can load subreport from assembly for example and avoid compilation.
Thank you.
Distance between DataBand and SubReport
Hello,
in case of static subreport... but we have subreport in DataBand and each subreport must render specific data using the key from parent report... and if I know, this operation needs to compile the subreport... Maybe GetSubReport is optimalized mainly for loading static subreports ...
Thank you...
in case of static subreport... but we have subreport in DataBand and each subreport must render specific data using the key from parent report... and if I know, this operation needs to compile the subreport... Maybe GetSubReport is optimalized mainly for loading static subreports ...
Thank you...
Distance between DataBand and SubReport
Hello,
In this case internal sub reports is best way.
Thank you.
In this case internal sub reports is best way.
Thank you.