SetBoolean 方法
Sets a Boolean property.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
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.