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

In This Topic
    Custom Property (ReportItem)
    In This Topic

    Gets or sets custom information to be passed to a report output component.

    Syntax
    'Declaration
     
    Public Property Custom As Custom
    public Custom Custom {get; set;}

    Property Value

    A Custom object containing custom information to be passed to a report output component.

    See Also