ActiveReports Developer 7
ICustomReportItem Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 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  
 PropertyDataElementValueReturns data element value.  
 PropertyRenderItemReturns presentation of the CRI via simple report items supported by DDR. Returned value must not be null.  
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