[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ICustomReportItem

ICustomReportItem Interface

Represents an interface for custom report items (CRIs).

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ICustomReportItem : IInteractiveItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
Remarks

Custom report items should implement this interface for proper rendering to all possible rendering extensions (REs). Many functions exist primarily for XML RE advanced export and can return null.

Properties

Name Description
CustomData

Gets the custom data of this CRI. Exists primarily for XML RE advanced export. Returned value can be null.

DataElementValue

Gets the data element value. Exists primarily for XML RE advanced export. Returned value can be null.

Extension Methods