Propriedade do RDL Selected

Indicates whether the cell contents are selected.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Boolean
A Boolean value.