[]
Gets or sets the report content in JSON format, useful for report viewers with in-browser rendering.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public object Content { get; set; }
Type | Description |
---|---|
object | The report content as an object. |