GetBoolean-Methode
Gets a Boolean property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetBoolean ( _
propertyIndex As Integer _
) As Boolean
'Usage
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
Parameter
- propertyIndex
Typ: System. . :: . .Int32
The properyt index.
Rückgabewert
Typ: System. . :: . .Boolean
A Boolean value.