Partager via


Propriété DataSource.IsModel

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a value that indicates whether the data source is a model.

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

Syntaxe

'Déclaration
Public Property IsModel As Boolean 
    Get 
    Set
'Utilisation
Dim instance As DataSource 
Dim value As Boolean 

value = instance.IsModel

instance.IsModel = value
public bool IsModel { get; set; }
public:
property bool IsModel {
    bool get ();
    void set (bool value);
}
member IsModel : bool with get, set
function get IsModel () : boolean 
function set IsModel (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the data source is a model; otherwise, false.

Voir aussi

Référence

DataSource Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel