SetSize 메서드
Sets a size property.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
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.