Partager via


Propriété DataSource.IsReference

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 reference.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsReference As Boolean 
    Get
'Utilisation
Dim instance As DataSource 
Dim value As Boolean 

value = instance.IsReference
public bool IsReference { get; }
public:
property bool IsReference {
    bool get ();
}
member IsReference : bool
function get IsReference () : boolean

Valeur de propriété

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

Voir aussi

Référence

DataSource Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel