ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataSchema Property
Example

In This Topic
    DataSchema Property (Report)
    In This Topic
    Gets or sets a schema or namespace used for an exported report.
    Syntax
    'Declaration
     
    Public Property DataSchema As String
    public string DataSchema {get; set;}

    Property Value

    A System.String value indicating the schema or namespace for an exported report.
    Example
    Report report = new Report();
    report.DataSchema = "http://schemas.example.com/reports";
    See Also