Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets the scale break properties for the chart axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property AxisScaleBreak As ChartAxisScaleBreak
Get
'Uso
Dim instance As ChartAxis
Dim value As ChartAxisScaleBreak
value = instance.AxisScaleBreak
public ChartAxisScaleBreak AxisScaleBreak { get; }
public:
property ChartAxisScaleBreak^ AxisScaleBreak {
ChartAxisScaleBreak^ get ();
}
member AxisScaleBreak : ChartAxisScaleBreak
function get AxisScaleBreak () : ChartAxisScaleBreak
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisScaleBreak
A ChartAxisScaleBreak object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering