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.