Propriedade PreventLabelOffset
Gets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property PreventLabelOffset As ReportBoolProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também