Udostępnij przez


Właściwość LinearScale.Position

Położenie skali, jako procent rozmiaru skrajni (wysokość skrajni poziome, szerokość dla skrajni pionowy).

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Position As ReportDoubleProperty
    Get
'Użycie
Dim instance As LinearScale
Dim value As ReportDoubleProperty

value = instance.Position
public ReportDoubleProperty Position { get; }
public:
property ReportDoubleProperty^ Position {
    ReportDoubleProperty^ get ();
}
member Position : ReportDoubleProperty
function get Position () : ReportDoubleProperty