Compartir a través de


ContainsSize Método

Indicates whether the property at the specified index contains a size value.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Function ContainsSize ( _
    propertyIndex As Integer _
) As Boolean
'Uso
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.ContainsSize(propertyIndex)
bool ContainsSize(
    int propertyIndex
)
bool ContainsSize(
    int propertyIndex
)
abstract ContainsSize : 
        propertyIndex:int -> bool 
function ContainsSize(
    propertyIndex : int
) : boolean

Parámetros

Valor devuelto

Tipo: System. . :: . .Boolean
A Boolean value.