ActiveReports Developer 7
Custom Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Custom Class

Glossary Item Box

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

Custom Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Custom 
C# 
public sealed class Custom 

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.Custom

See Also