ActiveReports 8
ICustomReportItem Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : ICustomReportItem Interface

Glossary Item Box

The following tables list the members exposed by ICustomReportItem.

Public Properties

 NameDescription
 PropertyCustomDataReturns custom data of this CRI  
 PropertyCustomPropertiesGets custom properties of the report item.  
 PropertyDataElementValueReturns data element value.  
 PropertyReferencedImagesGets the images required for rendering of the report item.  
 PropertyRenderItemReturns presentation of the CRI via simple report items supported by DDR. Returned value must not be null.  
 PropertyTypeSpecifies type of custom report item.  
Top

Public Methods

 NameDescription
 MethodGetRenderItemReturns presentation of the CRI with the given DPI via simple report items supported by DDR. Returned value must not be null.  
Top

See Also