Viewing a StiReportWeb in a webForm
Posted: Fri Dec 01, 2006 9:31 am
Hello,
I am evaluating StimulReport for ASP.NET 2.0.
Please, could you tell me where I can find documentation about your StiReportWeb control ?
I have created a report with it but I cannot view it using a StiWebViewer as per the following message:
Exception Details: System.FormatException: Invalid character in a Base-64 string.
Source Error:
Line 21: if (StiWebViewer1.IsImageRequest) return;
Line 22: {
Line 23: StiWebViewer1.Report= StiReportWeb1.GetReport();
Line 24: }
Line 25: }
and same error for:
Line 25: StiReport report = StiReportWeb1.GetReport();
Line 26: report.Compile();
Line 27: StiWebViewer1.Report = report;
Please, could you advise me of how to display a StireportWeb on a web form using Visual Studio 2005 if there is no documentation about StiReportWeb.
Thank you
Sincerely
I am evaluating StimulReport for ASP.NET 2.0.
Please, could you tell me where I can find documentation about your StiReportWeb control ?
I have created a report with it but I cannot view it using a StiWebViewer as per the following message:
Exception Details: System.FormatException: Invalid character in a Base-64 string.
Source Error:
Line 21: if (StiWebViewer1.IsImageRequest) return;
Line 22: {
Line 23: StiWebViewer1.Report= StiReportWeb1.GetReport();
Line 24: }
Line 25: }
and same error for:
Line 25: StiReport report = StiReportWeb1.GetReport();
Line 26: report.Compile();
Line 27: StiWebViewer1.Report = report;
Please, could you advise me of how to display a StireportWeb on a web form using Visual Studio 2005 if there is no documentation about StiReportWeb.
Thank you
Sincerely