SetBoolean 메서드
Sets a Boolean property.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Sub SetBoolean ( _
propertyIndex As Integer, _
value As Boolean _
)
‘사용 방법
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim value As Boolean
instance.SetBoolean(propertyIndex, value)
void SetBoolean(
int propertyIndex,
bool value
)
void SetBoolean(
int propertyIndex,
bool value
)
abstract SetBoolean :
propertyIndex:int *
value:bool -> unit
function SetBoolean(
propertyIndex : int,
value : boolean
)
매개 변수
- propertyIndex
형식: System. . :: . .Int32
The property index.
- value
형식: System. . :: . .Boolean
The value of the property.