CustomReportItem.AltReportItem 属性

定义

获取将在呈现器不支持自定义报表项类型时呈现的报表项。

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

属性值

将在呈现器不支持自定义报表项类型时呈现的 ReportItem

注解

请求此属性时,报表处理会调用 Process 该方法以获取要呈现的项。 如果报表处理器不支持自定义报表项类型, AltReportItem 则改用报表定义中的自定义报表项类型。

适用于