ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grouping Class / Custom Property

In This Topic
    Custom Property (Grouping)
    In This Topic
    Gets or sets an information to be passed to the report output component.
    Syntax
    'Declaration
     
    Public Property Custom As Custom
    public Custom Custom {get; set;}

    Property Value

    A Custom object containing the information to be passed to the report output component.
    See Also