Page 2 of 2
StiWebViewerSL.PageLoadingMode
Posted: Mon Dec 05, 2011 7:32 am
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
StiWebViewerSL.PageLoadingMode
Posted: Fri Jan 13, 2012 9:41 am
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.
StiWebViewerSL.PageLoadingMode
Posted: Fri Jan 13, 2012 1:40 pm
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.
StiWebViewerSL.PageLoadingMode
Posted: Mon Jan 16, 2012 7:19 am
by Alex K.
Hello,
Can you please send us a sample project which reproduces the issue for analysis.
Thank you.
StiWebViewerSL.PageLoadingMode
Posted: Mon Jan 16, 2012 9:30 am
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.