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 创建自定义报表项运行时组件.