[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CustomReportItem.AltReportItem

AltReportItem Property

AltReportItem

Gets or sets an alternative report item to use if the custom report item cannot be processed.

Declaration
public ReportItem AltReportItem { get; set; }
Property Value
Type Description
ReportItem

A ReportItem object representing the alternative report item.

Examples
CustomReportItem customReportItem = new CustomReportItem();
customReportItem.AltReportItem = new TextBox();