共用方式為


ICustomReportItem.CustomItem 屬性

Sets the custom report item and associated data used by the custom report item run-time component to render a standard report item. Write-only.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
WriteOnly Property CustomItem As CustomReportItem 
    Set
'用途
Dim instance As ICustomReportItem 
Dim value As CustomReportItem

instance.CustomItem = value
CustomReportItem CustomItem { set; }
property CustomReportItem^ CustomItem {
    void set (CustomReportItem^ value);
}
abstract CustomItem : CustomReportItem with get, set
function set CustomItem (value : CustomReportItem)

屬性值

型別:Microsoft.ReportingServices.ReportRendering.CustomReportItem
None.

備註

If the report processing engine finds a CustomReportItem element in the report definition at execution time, the run-time component is loaded and passed a CustomReportItem object. The run-time component then uses the properties of the CustomReportItem object to create a standard ReportItem object, which is used by the report processing engine to be rendered as part of the report.

範例

See Custom Report Item Sample.

請參閱

參考

ICustomReportItem 介面

Microsoft.ReportingServices.ReportRendering 命名空間