Поделиться через


Свойство 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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem object.

См. также

Справочник

CustomReportItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering