Ask a Question related to ASP.NET General, Design and Development.
-
Brian Watkins #1
CrystalReportViewer ReportSource problem
Help!
I keep getting the message "Use the RepostSource or Databindings property to
specify a report source." when I try to view my WebForm1.aspx page in the
browser.
I'm trying to create a simple vb coded asp.net web application that
displays a Crystal Report using the CrystalReportViewer control packaged in
Visual Studio.net. I've been able to create a webapplication "WebApp1" that
has the WebForm1.aspx page in it. I dropped the CRV control onto the
WF1.apsx and used the Databinding property to set the ReportSource to the
Crystal report "CR1" I want to display. In design mode I can see that CR1
is bound to the Webform properly because I can see the report format. But
when I try to look at it in a browser I just get the grey CRv control box
with the above error message.
Other information:
I'm calling the crv.databind method in the page_load.
I'm using a report with no database connections for testing until I get this
simple report displayed in the browser.
Does anyone know what I need to do to get my report to display in the
Browser? Thanks in advance!
Brian Watkins Guest
-
Unable to place CrystalReportViewer onto a Web Form
For some reason I am unable to drag a CrystalreportViewer from the toolbox onto my web form design surface in VS.NET 2003 - I get a black circle... -
Error creating controle crystalreportviewer
Hi. When I drop a CrystalReportViewer to a ASP.NET web form, I receive the "Error Creating Control" at control, and ShowAllPageIds propertie is set... -
Changing Crystal Report ReportSource dynamically via asp.net
Use viewer.reportsource="complee phical path" like "D:/test.rpt" I hope this may help you. Kota. mrwoopey wrote: -
Setting CrystalReportViewer's ReportSource to a remote file
Hello all, I'm having trouble using a CrystalReportViewer when I set the ReportSource property to a file on another server. When I do this, I... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I...



Reply With Quote

