[]
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; }
true if the report is temporary; otherwise, false.
true
false