Partager via


Propriété Visible

Gets the calculated value of the Visible property in a ChartAxis class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Visible As ChartAutoBool
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Visible property.