CustomReportItem.AltReportItem 属性

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

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property AltReportItem As ReportItem 
    Get
用法
Dim instance As CustomReportItem 
Dim value As ReportItem 

value = instance.AltReportItem
public ReportItem AltReportItem { get; }
public:
property ReportItem^ AltReportItem {
    ReportItem^ get ();
}
member AltReportItem : ReportItem
function get AltReportItem () : ReportItem

属性值

类型:Microsoft.ReportingServices.ReportRendering.ReportItem
A ReportItem to render in cases where the custom report item type is not supported by the renderer.

注释

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.

请参阅

参考

CustomReportItem 类

Microsoft.ReportingServices.ReportRendering 命名空间