Am new to Crystal Reports/Asp.Net and need some help getting started.
I have my Data on SQL Server, have created a DataSet.
Have also created a sample.rpt using data from my DataSet.
Am able to see my report and my data on "Main Report Preview"
Have created a SAMPLE.ASPX page and added the CrystalReportsViewer bound to sample.rpt and
am able to see my report on the SAMPLE.ASPX form in Design mode.
When I try to run the program I get a blank sample.aspx form displayed in browser.
I did add CrystalReportViewer1.DataBind() in the codebehind page_load event.
Member
42 Points
241 Posts
Crystal Reports First Project
May 05, 2018 03:28 AM|TRIMS30|LINK
Am new to Crystal Reports/Asp.Net and need some help getting started.
I have my Data on SQL Server, have created a DataSet.
Have also created a sample.rpt using data from my DataSet.
Am able to see my report and my data on "Main Report Preview"
Have created a SAMPLE.ASPX page and added the CrystalReportsViewer bound to sample.rpt and am able to see my report on the SAMPLE.ASPX form in Design mode.
When I try to run the program I get a blank sample.aspx form displayed in browser.
I did add CrystalReportViewer1.DataBind() in the codebehind page_load event.
Im stuck at this point - what am I missing?
Help is appreciated.
Lee
Here's my aspx form designer code..
Member
42 Points
241 Posts
Re: Crystal Reports First Project
May 05, 2018 11:02 PM|TRIMS30|LINK
Found Solution
Program was looking for aspnet_client folder in my project root folder.
It was not there, found it in intetpub\wwwroot
copied the folder to my project root and all is well now.
Hope this helps someone else.
Win 10 - Visual Studio 2012 - Crystal Reports 13.0.20