Condividi tramite


Proprietà DataSchema

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

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataSchema As String
    Get
'Utilizzo
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

Valore proprietà

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