CustomLabel.Value Propiedad
Gets an expression that evaluates to the position on the scale where the label will be placed.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Value As ReportDoubleProperty
Get
'Uso
Dim instance As CustomLabel
Dim value As ReportDoubleProperty
value = instance.Value
public ReportDoubleProperty Value { get; }
public:
property ReportDoubleProperty^ Value {
ReportDoubleProperty^ get ();
}
member Value : ReportDoubleProperty
function get Value () : ReportDoubleProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering