ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / DataSchema Property

In This Topic
    DataSchema Property (C1RdlReport)
    In This Topic
    Gets or sets the schema or namespace to use for the report data rendering.
    Syntax
    'Declaration
     
    Public Property DataSchema As System.String
    public System.string DataSchema {get; set;}
    See Also