Share via


PropertyStore.SetBoolean Method

Sets a Boolean property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub SetBoolean ( _
    propertyIndex As Integer, _
    value As Boolean _
)
'Usage
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
)

Parameters

Implements

IPropertyStore.SetBoolean(Int32, Boolean)