Udostępnij za pośrednictwem


CustomLabel.Value Property

Gets an expression that evaluates to the position on the scale where the label will be placed.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Value As ReportDoubleProperty 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

See Also

Reference

CustomLabel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace