Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether if an automatic interval is calculated.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property VariableAutoInterval As ReportBoolProperty
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.VariableAutoInterval
public ReportBoolProperty VariableAutoInterval { get; }
public:
property ReportBoolProperty^ VariableAutoInterval {
ReportBoolProperty^ get ();
}
member VariableAutoInterval : ReportBoolProperty
function get VariableAutoInterval () : ReportBoolProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace