CustomReportItem.AltReportItem Property

Definition

Gets or sets the report item to render instead of the custom report item, if the custom item type is not supported natively.

public:
 property Microsoft::ReportingServices::RdlObjectModel::AltReportItem ^ AltReportItem { Microsoft::ReportingServices::RdlObjectModel::AltReportItem ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::AltReportItem ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.AltReportItem AltReportItem { get; set; }
member this.AltReportItem : Microsoft.ReportingServices.RdlObjectModel.AltReportItem with get, set
Public Property AltReportItem As AltReportItem

Property Value

An AltReportItem object.

Applies to