Proprietà DataSource.IsReference
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value that indicates whether the data source is a reference.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsReference As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the data source is a reference; otherwise, false.