Метод GetSize
Gets a size property.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Function GetSize ( _
propertyIndex As Integer _
) As ReportSize
'Применение
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As ReportSize
returnValue = instance.GetSize(propertyIndex)
ReportSize GetSize(
int propertyIndex
)
ReportSize GetSize(
int propertyIndex
)
abstract GetSize :
propertyIndex:int -> ReportSize
function GetSize(
propertyIndex : int
) : ReportSize
Параметры
- propertyIndex
Тип System. . :: . .Int32
The property index.
Возвращаемое значение
Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.