[]
Gets or sets the report items available and their order.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public ToolBoxContent ToolBoxContent { get; set; }
Type | Description |
---|---|
ToolBoxContent | An instance of ToolBoxContent that contains the report items and their order. |