Proprietà IsShared
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property IsShared As Boolean
Get
Set
'Utilizzo
Dim instance As DataSource
Dim value As Boolean
value = instance.IsShared
instance.IsShared = value
public bool IsShared { get; set; }
public:
property bool IsShared {
bool get ();
void set (bool value);
}
member IsShared : bool with get, set
function get IsShared () : boolean
function set IsShared (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value.
Vedere anche