Метод ContainsBoolean
Indicates whether the property at the specified index contains a Boolean value.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Function ContainsBoolean ( _
propertyIndex As Integer _
) As Boolean
'Применение
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean
returnValue = instance.ContainsBoolean(propertyIndex)
bool ContainsBoolean(
int propertyIndex
)
bool ContainsBoolean(
int propertyIndex
)
abstract ContainsBoolean :
propertyIndex:int -> bool
function ContainsBoolean(
propertyIndex : int
) : boolean
Параметры
- propertyIndex
Тип System. . :: . .Int32
The property index.
Возвращаемое значение
Тип System. . :: . .Boolean
A Boolean value.