Partager via


Propriété Report.DataSchema

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DataSchema As String 
    Get 
    Set
'Utilisation
Dim instance As Report 
Dim value As String 

value = instance.DataSchema

instance.DataSchema = value
public string DataSchema { get; set; }
public:
property String^ DataSchema {
    String^ get ();
    void set (String^ value);
}
member DataSchema : string with get, set
function get DataSchema () : String 
function set DataSchema (value : String)

Valeur de propriété

Type : System.String
The schema or namespace to use for a report data rendering.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel