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.