[]
Represents an interface for custom report items (CRIs).
public interface ICustomReportItem : IInteractiveItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
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
.
Name | Description |
---|---|
CustomData | Gets the custom data of this CRI. Exists primarily for XML RE advanced export. Returned value can be |
DataElementValue | Gets the data element value. Exists primarily for XML RE advanced export. Returned value can be |