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