Partager via


Propriété Value

Gets the Boolean value of the property.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Value As Boolean
    Get
'Utilisation
Dim instance As ReportBoolProperty
Dim value As Boolean

value = instance.Value
public bool Value { get; }
public:
property bool Value {
    bool get ();
}
member Value : bool
function get Value () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.