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
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also