Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an expression that evaluates to the maximum number of scale breaks to apply.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MaxNumberOfBreaks As ReportIntProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace