Partager via


Propriété ChartAxis.SyncScope

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property SyncScope As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The scope of the synchronization.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel