SyncScope-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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)