Partilhar via


Método ContainsSize

Indicates whether a property contains a size.

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

Sintaxe

'Declaração
Public Function ContainsSize ( _
    propertyIndex As Integer _
) As Boolean
'Uso
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.ContainsSize(propertyIndex)
public bool ContainsSize(
    int propertyIndex
)
public:
virtual bool ContainsSize(
    int propertyIndex
) sealed
abstract ContainsSize : 
        propertyIndex:int -> bool 
override ContainsSize : 
        propertyIndex:int -> bool 
public final function ContainsSize(
    propertyIndex : int
) : boolean

Parâmetros

Valor de retorno

Tipo: System. . :: . .Boolean
A Boolean object.

Implementa

IPropertyStore. . :: . .ContainsSize(Int32)