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
- propertyIndex
Type: System.Int32
The property index.
Return Value
Type: System.Boolean
A Boolean value.