Partager via


Propriété CustomLabelInstance.Value

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Value As Double 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

CustomLabelInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering