ActiveReports Developer 7
AltReportItem Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomReportItem Class : AltReportItem Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property AltReportItem As ReportItem
C# 
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