Proprietà DataSource.IsModel
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 model.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property IsModel As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the data source is a model; otherwise, false.