CustomReportItem.AltReportItem Property

Definition

Gets a report item to render in cases where the custom report item type is not supported by the renderer.

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

Property Value

A ReportItem to render in cases where the custom report item type is not supported by the renderer.

Remarks

When this property is requested, report processing calls the Process method to obtain the item to render. If the custom report item type is not supported by the report processor, the AltReportItem from the report definition is used instead.

Applies to