SetSize 方法
Sets a size property.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Sub SetSize ( _
propertyIndex As Integer, _
value As ReportSize _
)
'用途
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim value As ReportSize
instance.SetSize(propertyIndex, value)
void SetSize(
int propertyIndex,
ReportSize value
)
void SetSize(
int propertyIndex,
ReportSize value
)
abstract SetSize :
propertyIndex:int *
value:ReportSize -> unit
function SetSize(
propertyIndex : int,
value : ReportSize
)
參數
- propertyIndex
型別:System. . :: . .Int32
The property index.
- value
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The value of the property.