We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon
Starting in 2019, the Reporting control is no longer included in Essential Studio. If you're experiencing issues with the Syncfusion Reporting Platform, Report Viewer, Report Designer, or Report Writer, we recommend migrating to Bold Reports, our dedicated reporting platform.

Bold Reports offers a comprehensive suite of tools and features for all your reporting needs, and we will help you make a smooth transition from the discontinued control. Our support team at https://support.boldreports.com/ is here to assist you with any questions or difficulties you may encounter during the migration process.

We thank you for choosing Syncfusion and appreciate your understanding.

SF ReportViewer replace MS ReportViewer

I am using the MS ReportViewer in an app currently. Having trouble figuring out if it is possible to directly replace with SF ReportViewer

my current aspx code

rsweb:ReportViewer ID="JuryPhoneReportViewer" runat="server" Font-Names="Verdana"

Font-Size="8pt" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt"

Width="590px" Height="500px">

<LocalReport ReportPath="CallsByDayReport.rdlc">

   <DataSources>

      <rsweb:ReportDataSource DataSourceId="ObjectDataSource2" Name="JuryPhoneDataSet_ReportsCallsByHour" />

   </DataSources>

</LocalReport>

</rsweb:ReportViewer>

<asp:ObjectDataSource ID="ObjectDataSource2" runat="server" SelectMethod="GetData" TypeName="TuolumneJuryPhone.ReportsCallsByHourTableAdapters.ReportsCallsByHourTableAdapter"></asp:ObjectDataSource>

</center>

<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetData" TypeName="TuolumneJuryPhone.JuryPhoneDataSetTableAdapters." OldValuesParameterFormatString="original_{0}">

<SelectParameters>

<asp:Parameter Name="StartDate" Type="DateTime" />

<asp:Parameter Name="EndDate" Type="DateTime" />

</SelectParameters>

</asp:ObjectDataSource>


Thanks in advance,


Rich


1 Reply

SR Soundara Rajan S Syncfusion Team March 10, 2015 09:26 AM UTC

Hi Richard,

 

Thanks for using Syncfusion Products.

 

We have updated details regarding this in the incident #136361. Please follow-up the incident #136361 for further updates on this.

 

Please let us know, if you have any queries.

 

Regards,

Soundara Rajan S.


Loader.
Live Chat Icon For mobile
Up arrow icon