MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Custom Class
Members

Custom Class
Represents a Custom element that allows report design tools to pass information to report output components. This element can contain any valid XML. The engine passes the contents of the Custom object unchanged. Client applications using the Custom element place custom properties under their own single subelement of Custom, defining a namespace for that node.
Object Model
Custom Class
Syntax
'Declaration
 
Public NotInheritable Class Custom 
 
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.Custom

See Also