ICustomReportItem.CustomItem Property
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.
Sets the custom report item and associated data used by the custom report item run-time component to render a standard report item. Write-only.
public:
property Microsoft::ReportingServices::ReportRendering::CustomReportItem ^ CustomItem { void set(Microsoft::ReportingServices::ReportRendering::CustomReportItem ^ value); };
public Microsoft.ReportingServices.ReportRendering.CustomReportItem CustomItem { set; }
member this.CustomItem : Microsoft.ReportingServices.ReportRendering.CustomReportItem
Public Property CustomItem As CustomReportItem
Property Value
None.
Examples
See Custom Report Item Sample.
Remarks
If the report processing engine finds a CustomReportItem element in the report definition at execution time, the run-time component is loaded and passed a CustomReportItem object. The run-time component then uses the properties of the CustomReportItem object to create a standard ReportItem object, which is used by the report processing engine to be rendered as part of the report.