[]
Gets or sets a schema or namespace used for an exported report.
public string DataSchema { get; set; }
| Type | Description |
|---|---|
| string | A string value indicating the schema or namespace for an exported report. |
Report report = new Report();
report.DataSchema = "http://schemas.example.com/reports";