Partilhar via


Método GetBoolean

Gets the value of a Boolean property.

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

Sintaxe

'Declaração
Function GetBoolean ( _
    propertyIndex As Integer _
) As Boolean
'Uso
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.GetBoolean(propertyIndex)
bool GetBoolean(
    int propertyIndex
)
bool GetBoolean(
    int propertyIndex
)
abstract GetBoolean : 
        propertyIndex:int -> bool 
function GetBoolean(
    propertyIndex : int
) : boolean

Parâmetros

Valor de retorno

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