Advanced reporting
and data visualization components for .NET
LIVE CHAT Welcome, guest

 





Status Display
Display Posts for:
Invert
Roger Maynard 12/11/2006 09:16
Status Display

Is there any way to retrieve "status" information back from the report viewer whilst the rendering is happening.

I have a report which is quite large and whilst the rendering passes are taking place there is just a blank screen.

Is there any way to give the user some feedback as to (a) something is happening and (b) roughly how long the process may take?

Any ideas?

Roger
Alexey Sarantsev 12/11/2006 22:44
Status Display

Hello,

If you use the ReportViever and the ReportSlot components as a report source then please set the form on which ReportSlot is located as OwnerForm in ReportSlot. In this case if you push the Refresh button, the window will be displayed. This window will display the information on the number of the already generated pages.

You also can inform the user of the rendering process independently. For that you should create the class that implement PerpetuumSoft.Reporting.Rendering.IRenderSite interface and pass it as a parameter in ReportSlot.Prepare(PerpetuumSoft.Reporting.Rendering.IRenderSite renderSite) method.

Best regards,
Alexey Sarantsev
Rakesh Rao 12/18/2006 21:24
Status Display

Is it possible for you to provide a sample for IRenderSite implementation?
Alexey Sarantsev 12/18/2006 23:22
Status Display

Hello,

Please see the http://www.perpetuumsoftware.com/support/MyRenderSiteSample.zip example.

Best regards,
Alexey Sarantsev
Rakesh Rao 12/19/2006 00:07
Status Display

Thanks for the Sample Alexey.
Which version of RSS is used in this?
I am using 2.1.0.0

ReportManager seems to be missing ReportScriptType property.

Getting the following error.
Quote:

C:\Documents and Settings\Rakesh\My Documents\Work\Common\R&D\Report Sharp Shooter\Samples\IRenderSiteSample\Form1.cs(92): 'PerpetuumSoft.Reporting.Components.ReportManager' does not contain a definition for 'ReportScriptType'
Rakesh Rao 12/19/2006 00:12
Status Display

hey Alexey,
Can I do something similar for Export as well.
When I am exporting 1000 pages to PDF, It takes a long while affecting the UI responsiveness.

It would be good if I can provide similar UI for export as well.

an example will highly appreciated ;)

Thanks
Rakhesh
Alexey Sarantsev 12/19/2006 00:26
Status Display

Hello,

Quote:
Which version of RSS is used in this?
I am using 2.1.0.0

ReportManager seems to be missing ReportScriptType property.


Please, download the lastest (2.1.0.3) version of .NET ModelKit Suite.
Or try to move out the code line in example that generated this error.

Best regards,
Alexey Sarantsev
Rakesh Rao 12/19/2006 00:45
Status Display

Oh sorry Alexey, I did not mention it previously. I already commented the code and saw the example... that was not an issue at all :)

Could you please provide me a similar solution for Export?

Regards,
Rakhesh
Rakesh Rao 12/19/2006 00:46
Status Display

And is there anyway to know the differences/enhancements between 2.1.0.0 and 2.1.0.3 ?

Also can I get a mail everytime there is an update available?
Alexey Sarantsev 12/19/2006 23:43
Status Display

Hello,

Quote:
And is there anyway to know the differences/enhancements between 2.1.0.0 and 2.1.0.3 ?
Also can I get a mail everytime there is an update available?

We inform our customers about major release.

The version 2.1.0.3 differs from the version 2.1.0.0 with:
- fix of the AdvancedText scrambling problem
- fix bug in AdvancedText control with multiple <br> tags.
- fix bug with using SubReports in SydeBySide reports.
- now it is possible to use custom base class for the scripts.
- now it is possible to get the parameters directly from the document

Best regards,
Alexey Sarantsev
Rakesh Rao 12/19/2006 23:59
Status Display

Can I have a sample of Custom Base Class and parameters directly accessed from document?

Regards,
Rakhesh
Alexey Sarantsev 12/20/2006 00:25
Status Display

Quote:
I did not mention it previously. I already commented the code and saw the example... that was not an issue at all :)
Could you please provide me a similar solution for Export?


Hello Rakhesh,

IrenderSite is needed for the display of report generation process from the template and it in no way concerns the report export. The report export is carried out by the separate module. The report generation and the report export don’t connect with each other. That’s why it is impossible to use IRenderSite during export.

Best regards,
Alexey Sarantsev.
Edhy Rijo 11/08/2008 14:41
Status Display

Hi Alexey,

I also want to show my custom display status while the report is being generated, could you please post a VB.NET 2005/2008 sample which uses the latest version today of RSS?

Thanks!
Anton Krotov 11/10/2008 20:59
Status Display

Hello,

I designed a sample demonstrating how to display "status" of the information using the latest version of the product. Please, download this sample here: http://perpetuumsoft.com/Support/RenderSiteSampleVB.zip
Best regards,
Perpetuum Soft Support Team
Edhy Rijo 11/11/2008 08:50
Status Display

Thanks a lot Anton, this sample showes what I needed.
Anton Krotov 11/11/2008 19:27
Status Display

Hello,

You are welcome. Should you have any further questions or comments, please feel free to contact us.

Best regards,
Perpetuum Soft Support Team