共用方式為


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

參數