ICustomReportItem.EvaluateReportItemInstance(CustomReportItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.