Метод GetBoolean
Gets a Boolean property.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function GetBoolean ( _
propertyIndex As Integer _
) As Boolean
'Применение
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
Параметры
- propertyIndex
Тип System. . :: . .Int32
The properyt index.
Возвращаемое значение
Тип System. . :: . .Boolean
A Boolean value.