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.

VB SSRS Report Viewer

Hi all,

I have a small report viewer application that never finishes refreshing the report:

 Public Sub New()

 

InitializeComponent()

ReportViewer1.ProcessingMode = ProcessingMode.Remote

ReportViewer1.ReportServerUrl = "http://<ServerName>/ReportServer"

ReportViewer1.ReportPath = "/Report1"

ReportViewer1.ReportServerCredential = New System.Net.NetworkCredential("username", "password", "domain")

reportViewer1.ReportServiceURL = "http://localhost:11408/ReportingService.svc"

AddHandler Me.Loaded, Sub(sender, arg) ReportViewer1.RefreshReport()

End Sub

 

I know I am missing something simple but can't put my finger on it. I think that I may need to use LoadReport instead of refresh? Any help would be great!

Cheers, Leigh.

 



ReportViewerApplication_710e4195.zip

1 Reply

AS Anandakumar S Syncfusion Team September 16, 2013 02:15 PM UTC

Hi Leigh,

 

Thanks for using Syncfusion Products.

 

It might be occurred due to failing to send large amount of data to the service . Could you please ensure that you have enabled settings to send large amount of data. Please find online documentation in the following location to enable sending large amount of data.

Handel large amount of data: http://help.syncfusion.com/ug/silverlight/report%20viewer/default.htm#!documents/howcanwesendthelarge.htm

 

Please let us know if you have any questions.

 

Thanks,

Anandakumar S


Loader.
Live Chat Icon For mobile
Up arrow icon