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.