다음을 통해 공유


GetSize 메서드

Gets a size property.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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

매개 변수

구현

IPropertyStore. . :: . .GetSize(Int32)