Partilhar via


Método GetBoolean

Gets a Boolean property.

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

Sintaxe

'Declaração
Public Function GetBoolean ( _
    propertyIndex As Integer _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

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

Implementa

IPropertyStore. . :: . .GetBoolean(Int32)