ICustomReportItem.GenerateReportItemDefinition(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 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.