Partager via


Propriété ChartAxis.OffsetLabels

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OffsetLabels As ReportBoolProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering