ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomReportItem Class / AltReportItem Property

In This Topic
    AltReportItem Property
    In This Topic

    Gets or sets the alternative report item to use in the event that the custom report item cannot be used.

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

    Property Value

    A ReportItem object indicating the alternative report item to use in the event that the custom report item cannot be used.

    See Also