ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReport Interface / DataSchema Property

In This Topic
    DataSchema Property (IReport)
    In This Topic
    Gets the namespace to use in a report rendered using a data-oriented rendering extension (e.g., XML).
    Syntax
    'Declaration
     
    ReadOnly Property DataSchema As String
    string DataSchema {get;}

    Property Value

    A System.String representing the namespace for the data-oriented rendering extension.
    See Also