다음을 통해 공유


ICustomReportItem.EvaluateReportItemInstance 메서드

Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Sub EvaluateReportItemInstance ( _
    cri As CustomReportItem _
)
‘사용 방법
Dim instance As ICustomReportItem 
Dim cri As CustomReportItem

instance.EvaluateReportItemInstance(cri)
void EvaluateReportItemInstance(
    CustomReportItem cri
)
void EvaluateReportItemInstance(
    CustomReportItem^ cri
)
abstract EvaluateReportItemInstance : 
        cri:CustomReportItem -> unit
function EvaluateReportItemInstance(
    cri : CustomReportItem
)

매개 변수

주의

This method is called for each instance of the the custom report item within the report, and should assign values to the report item instance properties of the GeneratedReportItem property of the CustomReportItem.

참고 항목

참조

ICustomReportItem 인터페이스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스