共用方式為


ICustomReportItem.RenderItem 屬性

Gets 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 建立自訂報表項目執行階段元件.

請參閱

參考

ICustomReportItem 介面

Microsoft.ReportingServices.ReportRendering 命名空間