[]
Gets or sets the report items on the ToolBox and their order for CPL reports.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public RdlxToolBoxItem[] Cpl { get; set; }
Type | Description |
---|---|
RdlxToolBoxItem[] | An array of RdlxToolBoxItem that contains the report items and their order for CPL reports. |