SetBoolean méthode
Sets a Boolean property.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Sub SetBoolean ( _
propertyIndex As Integer, _
value As Boolean _
)
'Utilisation
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
)
Paramètres
- propertyIndex
Type : System. . :: . .Int32
The property index.
- value
Type : System. . :: . .Boolean
The value of the property.