Свойство RenderItem

Contains the rendered image of the custom report item.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
ReadOnly Property RenderItem As ReportItem
    Get
'Применение
Dim instance As ICustomReportItem
Dim value As ReportItem

value = instance.RenderItem
ReportItem RenderItem { get; }
property ReportItem^ RenderItem {
    ReportItem^ get ();
}
abstract RenderItem : ReportItem
function get RenderItem () : ReportItem

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

Тип Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
A ReportItem containing the rendered custom report item. Currently, an image is the only supported report item type.
For more information, see Создание компонента времени выполнения пользовательского элемента отчета.