다음을 통해 공유


Process 메서드

Renders the custom report item and places it in the RenderItem property.

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

구문

‘선언
Function Process As ChangeType
‘사용 방법
Dim instance As ICustomReportItem
Dim returnValue As ChangeType

returnValue = instance.Process()
ChangeType Process()
ChangeType Process()
abstract Process : unit -> ChangeType 
function Process() : ChangeType

반환 값

형식: Microsoft.ReportingServices.ReportRendering. . :: . .ChangeType
This method always returns a ChangeType enumerator value of None.

주의

At report execution time, the report processing engine calls the Process method of the custom report item run-time control. You can use the Process method to parse the data contained in the CustomItem property, render an image of the custom report item, and place the rendered image into the RenderItem property. The report processing engine will then display the image contained in the RenderItem property in the report.

For more information, see 사용자 지정 보고서 항목 런타임 구성 요소 만들기.