web report using sqldatasource object as datasource

Stimulsoft Reports.NET discussion
Post Reply
ghck17
Posts: 4
Joined: Tue Jul 21, 2009 2:09 pm

web report using sqldatasource object as datasource

Post by ghck17 »

I just downloaded trial version of stimulsoft reports.net 2009.1 I am having a difficult time getting the web viewer to display data from a sqldatasource. The report displays labels, but no data. When I preview the report in designer, it displays correctly. Also, when I click Show report from the stiwebreport context menu, the report displays correctly. I cannot find any examples using sqldatasource. I added a datagrid to the page to verify that the sqldatasource is loading data. What am I missing?

Code: Select all

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        Dim report As Stimulsoft.Report.StiReport = StiWebReport1.GetReport

        StiWebViewer1.Report = report

    End Sub
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

web report using sqldatasource object as datasource

Post by Andrew »

Hello,

Please send us your Web project (.aspx and .cs files) for analysis to support@stimulsoft.com

Thank you.

Post Reply