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