Propriété PreventLabelOffset
Gets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PreventLabelOffset As ReportBoolProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi