Partilhar via


Propriedade do RDL ChartAxis.OffsetLabels

Gets a value that indicates whether the labels should be offset.

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

Sintaxe

'Declaração
Public ReadOnly Property OffsetLabels As ReportBoolProperty 
    Get
'Uso
Dim instance As ChartAxis 
Dim value As ReportBoolProperty 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering