Propriedade do RDL Value
Gets the calculated value of the Value property in a CustomLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As Double
Get
'Uso
Dim instance As CustomLabelInstance
Dim value As Double
value = instance.Value
public double Value { get; }
public:
property double Value {
double get ();
}
member Value : float
function get Value () : double
Valor da propriedade
Tipo: System. . :: . .Double
A double value that represents the calculated value of the Value property.
Consulte também