Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.