How to refresh report in run-time?

Stimulsoft Reports.NET discussion
Post Reply
user
Posts: 5
Joined: Sun Aug 29, 2010 6:06 am

How to refresh report in run-time?

Post by user »

To refresh report like in design-time..

I do not want to reload data but I want just to change style of report.. to print in another style then on monitor...

I can change properties of report page and how to re-render report page?

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

How to refresh report in run-time?

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
user
Posts: 5
Joined: Sun Aug 29, 2010 6:06 am

How to refresh report in run-time?

Post by user »

We have a net application with integrated Stimul Report Net
When I create a report in the Designer I have refresh button But in run-time I cannot refresh the report
I have idea to place in DoubleClick event the code to change some properties of report page in run-time.

if font="bold" font="italic"; else font="bold";
it works fine.. and how to refresh the report programmatically? I cannot do it.

I want to change report stile on the fly..

MyThe problem is that I have a report in "suppress repeated data" style
but I need to save (export) the report into exel file in "show all data" style

Is it possible? Or must I to create two reports?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

How to refresh report in run-time?

Post by Alex K. »

Hello,
user wrote:MyThe problem is that I have a report in "suppress repeated data" style
but I need to save (export) the report into exel file in "show all data" style...
Unfortunately, you this not possible because for this need re render the report.
You can use the Form component where change report "style".
Please see the sample report in attachment.

Thank you.
Attachments
569.Sample Report.mrt
(22.31 KiB) Downloaded 266 times
user
Posts: 5
Joined: Sun Aug 29, 2010 6:06 am

How to refresh report in run-time?

Post by user »

It woul be nice if somebody shortly explain to me how I can use these forms.
This attached report example I cannot load into report designer.
Maybe because we do not have standalone Stimul Report Net.
We use an net application which has integrated report designer and all modifying/creating reports controlled by the application(it is mere guesswork)
Post Reply