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

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