Selected propriété
Indicates whether the cell contents are selected.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans 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 la propriété
Type : System. . :: . .Boolean
A Boolean value.