Método GetSize
Gets a size property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function GetSize ( _
propertyIndex As Integer _
) As ReportSize
'Uso
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As ReportSize
returnValue = instance.GetSize(propertyIndex)
public ReportSize GetSize(
int propertyIndex
)
public:
virtual ReportSize GetSize(
int propertyIndex
) sealed
abstract GetSize :
propertyIndex:int -> ReportSize
override GetSize :
propertyIndex:int -> ReportSize
public final function GetSize(
propertyIndex : int
) : ReportSize
Parâmetros
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.
Implementa
Consulte também