Skip to Content
0
Former Member
Jan 19, 2012 at 06:34 PM

two classes in a report code file

29 Views

Hi all,

I use the VS 2010 to do reports, there are two classed attached to each report in a code file:

1.Public Class MyReport

Inherits ReportClass

2.Public Class CachedMyReport

Inherits Component

Implements ICachedReport

how are they created? what are their use?

My build action is embedded resource, my custom tool is CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator

thank you very much.

Clara