ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataSchema Property

In This Topic
    DataSchema Property
    In This Topic

    Gets or sets the schema or namespace to use for an exported report.

    Syntax
    'Declaration
     
    Public Property DataSchema As String
    public string DataSchema {get; set;}

    Property Value

    A String indicating the schema or namespace to use for an exported report.

    See Also