Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace