CustomLabelInstance.Value Propiedad
Gets the calculated value of the Value property in a CustomLabel class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Double
A double value that represents the calculated value of the Value property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering