ChartAxisScaleBreak.MaxNumberOfBreaks 属性

Gets an expression that evaluates to the maximum number of scale breaks to apply.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MaxNumberOfBreaks As ReportIntProperty
    Get
用法
Dim instance As ChartAxisScaleBreak
Dim value As ReportIntProperty

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