SetBoolean 方法
Sets a Boolean property.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
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.