Compartir a través de


GetBoolean Método

Gets the value of a Boolean property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 devuelto

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