Print Page | Close Window

Different methods of loading reports

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1659
Printed Date: 18 May 2024 at 10:18am


Topic: Different methods of loading reports
Posted By: bhoyaraniket
Subject: Different methods of loading reports
Date Posted: 09 Nov 2007 at 1:00pm

what is the difference between the methd used to load a report with ReportDocument.Load() method and loading a report with an object of the report.

Would you please elaborate the difference between

 BuildAction = "EmbeddedResource" and BuildAction = "Compile"

BuildAction = "Content"



-------------
Thank You
Aniket



Replies:
Posted By: hilfy
Date Posted: 28 Nov 2007 at 4:00pm
ReportDocument.Load() loads a report from a separate .rpt file outside of your application.
 
Loading a report from an object usually means that the .rpt file is compiled into your application and doesn't exist as a separate file outside of the app.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window