Share via


RenderItem 속성

Contains the rendered image of the custom report item.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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 사용자 지정 보고서 항목 런타임 구성 요소 만들기.