[]
Gets or sets the reports as RDLX-JSON strings, with report items from these reports used as templates for creating new items.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public InitTemplates InitTemplates { get; set; }
Type | Description |
---|---|
InitTemplates | An instance of InitTemplates that contains the RDLX-JSON strings for templates. |