ActiveReports 12
Classes Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Classes Property

Gets the code classes to instantiate during report initialization.

Syntax
'Declaration
 
Public ReadOnly Property Classes As CodeClassCollection
public CodeClassCollection Classes {get;}

Property Value

CodeClassCollection containing the code classes to instantiate during report initialization.

See Also

Reference

Report Class
Report Members