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 the calculated value of the Visible property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Visible As ChartAutoBool
Get
'Usage
Dim instance As ChartAxisInstance
Dim value As ChartAutoBool
value = instance.Visible
public ChartAutoBool Visible { get; }
public:
property ChartAutoBool Visible {
ChartAutoBool get ();
}
member Visible : ChartAutoBool
function get Visible () : ChartAutoBool
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Visible property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace