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