[]
Gets or sets the report items on the toolBox and their order for RPX reports.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public RpxToolBoxItem[] ToolBoxContent { get; set; }
| Type | Description |
|---|---|
| RpxToolBoxItem[] | An array of RpxToolBoxItem representing the report items and their order for RPX reports. |