Proprietà CellContents.Selected

Indicates whether the cell contents are selected.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Selected As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

CellContents Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel