[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.DataSchema

DataSchema Property

DataSchema

Gets or sets a schema or namespace used for an exported report.

Declaration
public string DataSchema { get; set; }
Property Value
Type Description
string

A string value indicating the schema or namespace for an exported report.

Examples
Report report = new Report();
report.DataSchema = "http://schemas.example.com/reports";