Método ContainsSize
Indicates whether the property at the specified index contains a size value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
Valor de retorno
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também