CustomReportItem.AltReportItem 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  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