Partager via


GetBoolean méthode

Gets a Boolean property.

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

Syntaxe

'Déclaration
Public Function GetBoolean ( _
    propertyIndex As Integer _
) As Boolean
'Utilisation
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.GetBoolean(propertyIndex)
public bool GetBoolean(
    int propertyIndex
)
public:
virtual bool GetBoolean(
    int propertyIndex
) sealed
abstract GetBoolean : 
        propertyIndex:int -> bool 
override GetBoolean : 
        propertyIndex:int -> bool 
public final function GetBoolean(
    propertyIndex : int
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
A Boolean value.

Implémente

IPropertyStore. . :: . .GetBoolean(Int32)