Compartir a través de


ChartAxis.SyncScope Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property SyncScope As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The scope of the synchronization.

Vea también

Referencia

ChartAxis Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel