Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.