ReportBoolProperty.Value Property

Gets the Boolean value of the property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Value As Boolean
    Get
'Usage
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

Property Value

Type: System.Boolean
A Boolean value.