Freigeben über


ChartAxisInstance.Visible-Eigenschaft

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

ChartAxisInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace