Condividi tramite


Proprietà ChartAxis.PreventLabelOffset

Gets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PreventLabelOffset As ReportBoolProperty 
    Get
'Utilizzo
Dim instance As ChartAxis 
Dim value As ReportBoolProperty 

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

Valore proprietà

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

Vedere anche

Riferimento

ChartAxis Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering