Metodo SetBoolean
Sets a Boolean property.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Sub SetBoolean ( _
propertyIndex As Integer, _
value As Boolean _
)
'Utilizzo
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
)
Parametri
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
- value
Tipo: System. . :: . .Boolean
The value of the property.
Vedere anche