Share via


Report.DataSchema Property

Gets the schema or namespace to use for a report data rendering.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DataSchema As String 
    Get
'Usage
Dim instance As Report 
Dim value As String 

value = instance.DataSchema
public string DataSchema { get; }
public:
property String^ DataSchema {
    String^ get ();
}
member DataSchema : string
function get DataSchema () : String

Property Value

Type: System.String
A String value containing the schema or namespace to use for a report data rendering.

See Also

Reference

Report Class

Microsoft.ReportingServices.ReportRendering Namespace