Condividi tramite


Proprietà CustomLabelInstance.Value

Gets the calculated value of the Value property in a CustomLabel class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Value As Double 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Double
A double value that represents the calculated value of the Value property.

Vedere anche

Riferimento

CustomLabelInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering