ICustomReportItem.GenerateReportItemDefinition(CustomReportItem) Method

Definition

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

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

Parameters

cri
CustomReportItem

The custom report item.

Remarks

The generated report item should be placed in the GeneratedReportItem property of the CustomReportItem.

Note that all report item instance properties assigned within this method will be treated as constants, and will not be allowed to change within EvaluateReportItemInstance.

Applies to