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

In This Topic
    Custom Property (Grouping)
    In This Topic

    Gets or sets 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 information to be passed to the report output component.

    See Also