Метод GetSize

Gets a size property.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Function GetSize ( _
    propertyIndex As Integer _
) As ReportSize
'Применение
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

Параметры

Возвращаемое значение

Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.

Реализует интерфейс

IPropertyStore. . :: . .GetSize(Int32)