Share via


PropertyStore.ContainsInteger Method

Indicates whether a property contains an int value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function ContainsInteger ( _
    propertyIndex As Integer _
) As Boolean
'Usage
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

Parameters

Return Value

Type: System.Boolean
A Boolean value.

Implements

IPropertyStore.ContainsInteger(Int32)