Partager via


Propriété SyncScope

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

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