Report.DataSchema Property
Gets the schema or namespace to use for a report data rendering.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
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.