The Custom element allows report design tools to pass information to report output components. This element may 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
Syntax
Visual Basic (Declaration) | |
---|
Public NotInheritable Class Custom |
C# | |
---|
public sealed class Custom |
Inheritance Hierarchy
System.Object
GrapeCity.ActiveReports.PageReportModel.Custom
See Also