StiWebViewerSL.PageLoadingMode

Stimulsoft Reports.Silverlight discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

StiWebViewerSL.PageLoadingMode

Post by HighAley »

Hello.

Unfortunately, we didn't have time to add some changes to the release. The patch will be available in the prerelease versions next week.

Thank you
gustavo
Posts: 16
Joined: Fri Jan 06, 2012 11:23 am

StiWebViewerSL.PageLoadingMode

Post by gustavo »


I build a .mrt report using a SQL connection string... using the designer stimulsoft application.
I copy this file to my solution project.

In my WCF service i have:

Public Function LoadReport(reportName As String) As String
If Not String.IsNullOrEmpty(reportName) Then
Dim report As New StiReport()
report.Load("Reports\" & reportName)
report.Render(False)

Dim r = report.SaveToString()
Return EncodingHelper.Encode(r) '-------- STRANGE LINE
End If
Return Nothing
End Function


And im my silverlight application...
viewer.ApplyRenderedReport(e.result)

No errors, but it rendered a blank report...
it doesn't use the same connection string used when i create the report?
if i use "RenderingReportHelper.CheckReportOnInteractions(report, True)" at STRANGE LINE, then it shows all data on viewer... why?

How can i make it work? i need to use OnePage property too.

gustavo
Posts: 16
Joined: Fri Jan 06, 2012 11:23 am

StiWebViewerSL.PageLoadingMode

Post by gustavo »

Is there a simple sample?

just to load a created report that uses sql connection to database...
and show, in preview, the content data per page?

i have no references t follow... this would be a great help.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

StiWebViewerSL.PageLoadingMode

Post by Alex K. »

Hello,

Can you please send us a sample project which reproduces the issue for analysis.

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

StiWebViewerSL.PageLoadingMode

Post by Alex K. »

Hello,

Unfortunately, on current moment, PageLoadingMode = OnePage mode not supported.
We have added your request to our to-do list, but I cannot say when it will be available.

Thank you.
Locked