Partager via


Propriété Report.DataSchema

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataSchema As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering