Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets whether the synchronization for the ChartAxis is at minimum.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property SyncMinimum As Boolean
Get
Set
'Uso
Dim instance As ChartAxis
Dim value As Boolean
value = instance.SyncMinimum
instance.SyncMinimum = value
public bool SyncMinimum { get; set; }
public:
property bool SyncMinimum {
bool get ();
void set (bool value);
}
member SyncMinimum : bool with get, set
function get SyncMinimum () : boolean
function set SyncMinimum (value : boolean)
Valor da propriedade
Tipo: System.Boolean
True if the synchronization for the ChartAxis is at minimum; otherwise, false.