[]
Gets or sets an alternative report item to use if the custom report item cannot be processed.
public ReportItem AltReportItem { get; set; }
Type | Description |
---|---|
ReportItem | A ReportItem object representing the alternative report item. |
CustomReportItem customReportItem = new CustomReportItem();
customReportItem.AltReportItem = new TextBox();