[]
Gets or sets a value indicating whether the report to be previewed is a temporary report saved on the server side.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Temporary { get; set; }
| Type | Description |
|---|---|
| bool? |
|