ICustomReportItem.EvaluateReportItemInstance(CustomReportItem) Method

Definition

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

public:
 void EvaluateReportItemInstance(Microsoft::ReportingServices::OnDemandReportRendering::CustomReportItem ^ cri);
public void EvaluateReportItemInstance (Microsoft.ReportingServices.OnDemandReportRendering.CustomReportItem cri);
abstract member EvaluateReportItemInstance : Microsoft.ReportingServices.OnDemandReportRendering.CustomReportItem -> unit
Public Sub EvaluateReportItemInstance (cri As CustomReportItem)

Parameters

cri
CustomReportItem

The custom report item.

Remarks

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.

Applies to