Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: Different methods of loading reports Post Reply Post New Topic
Author Message
bhoyaraniket
Newbie
Newbie


Joined: 09 Nov 2007
Location: India
Online Status: Offline
Posts: 1
Quote bhoyaraniket Replybullet Topic: Different methods of loading reports
    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
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet 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
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.047 seconds.