다음을 통해 공유


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 네임스페이스