Propriedade do RDL ReportBoolProperty.Value
Gets the Boolean value of the property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
A Boolean value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering