Share via


ChartAxis.SyncScope Property

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

Gets or sets the scope of the synchronization for the ChartAxis.

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

Syntax

'Declaration
Public Property SyncScope As String 
    Get 
    Set
'Usage
Dim instance As ChartAxis 
Dim value As String 

value = instance.SyncScope

instance.SyncScope = value
public string SyncScope { get; set; }
public:
property String^ SyncScope {
    String^ get ();
    void set (String^ value);
}
member SyncScope : string with get, set
function get SyncScope () : String 
function set SyncScope (value : String)

Property Value

Type: System.String
The scope of the synchronization.

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.RdlObjectModel Namespace