Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace