共用方式為


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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

請參閱

參考

ChartAxisScaleBreak 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間