Sdílet prostřednictvím


ChartAxis.SyncMaximum Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property SyncMaximum As Boolean
    Get
    Set
'Usage
Dim instance As ChartAxis
Dim value As Boolean

value = instance.SyncMaximum

instance.SyncMaximum = value
public bool SyncMaximum { get; set; }
public:
property bool SyncMaximum {
    bool get ();
    void set (bool value);
}
member SyncMaximum : bool with get, set
function get SyncMaximum () : boolean
function set SyncMaximum (value : boolean)

Property Value

Type: System.Boolean