Propriedade do RDL ChartDataLabel.Position
Gets an expression that evaluates to the position of the label.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Position As ReportEnumProperty(Of ChartDataLabelPositions)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartDataLabelPositions>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering