Gets or sets the alternative report item to use in the event that the custom report item cannot be used.
| Visual Basic (Declaration) | |
|---|---|
Public Property AltReportItem As ReportItem | |
| C# | |
|---|---|
public ReportItem AltReportItem {get; set;} | |
Return Value
A ReportItem object indicating the alternative report item to use in the event that the custom report item cannot be used.