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
StiWebViewerSL.PageLoadingMode
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
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.
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
Hello,
Can you please send us a sample project which reproduces the issue for analysis.
Thank you.
Can you please send us a sample project which reproduces the issue for analysis.
Thank you.
StiWebViewerSL.PageLoadingMode
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.
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.