Compartir a través de


CellContents.Selected Propiedad

Indicates whether the cell contents are selected.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Selected As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

CellContents Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel