Partager via


Propriété CellContents.Selected

Indicates whether the cell contents are selected.

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

Syntaxe

'Déclaration
Public Property Selected As Boolean 
    Get 
    Set
'Utilisation
Dim instance As CellContents 
Dim value As Boolean 

value = instance.Selected

instance.Selected = value
public bool Selected { get; set; }
public:
property bool Selected {
    bool get ();
    void set (bool value);
}
member Selected : bool with get, set
function get Selected () : boolean 
function set Selected (value : boolean)

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

CellContents Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel