Partager via


Propriété IsShared

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

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

Syntaxe

'Déclaration
Public Property IsShared As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.