CustomReportItem.AltReportItem Property

Definition

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ AltReportItem { Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportItem AltReportItem { get; }
member this.AltReportItem : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Public ReadOnly Property AltReportItem As ReportItem

Property Value

A ReportItem object.

Applies to