Właściwość ChartDataLabel.Position
Pobiera wyrażenie położenie etykiety.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Position As ReportEnumProperty(Of ChartDataLabelPositions)
Get
'Użycie
Dim instance As ChartDataLabel
Dim value As ReportEnumProperty(Of ChartDataLabelPositions)
value = instance.Position
public ReportEnumProperty<ChartDataLabelPositions> Position { get; }
public:
property ReportEnumProperty<ChartDataLabelPositions>^ Position {
ReportEnumProperty<ChartDataLabelPositions>^ get ();
}
member Position : ReportEnumProperty<ChartDataLabelPositions>
function get Position () : ReportEnumProperty<ChartDataLabelPositions>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartDataLabelPositions>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także