GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : ICustomReportItem Interface |
The following tables list the members exposed by ICustomReportItem.
Name | Description | |
---|---|---|
CustomData | Returns custom data of this CRI | |
CustomProperties | Gets custom properties of the report item. Exists primary for FlashViewer. Returned value can be null . | |
DataElementValue | Returns data element value. | |
ReferencedImages | Gets the images required for rendering of the report item. Exists primary for FlashViewer. Returned value can be null . | |
RenderItem | Returns presentation of the CRI with system DPI via simple report items supported by ActiveReports (in general - IImage implementation). Returned value must not be null . | |
Type | Specifies type of custom report item. Exists primary for FlashViewer (GrapeCity.ActiveReports.Rendering.ICustomReportItemFactory). Returned value can be null . |
Name | Description | |
---|---|---|
GetRenderItem | Returns presentation of the CRI with the given DPI via simple report items supported by ActiveReports (in general - IImage implementation). Returned value must not be null . |