ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Custom Class
Members

In This Topic
    Custom Class
    In This Topic
    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
    'Declaration
     
    Public NotInheritable Class Custom 
    public sealed class Custom 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.Custom

    See Also