Partager via


Propriété Visible

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

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

Syntaxe

'Déclaration
Public ReadOnly Property Visible As Boolean
    Get
'Utilisation
Dim instance As ChartDataLabelInstance
Dim value As Boolean

value = instance.Visible
public bool Visible { get; }
public:
property bool Visible {
    bool get ();
}
member Visible : bool
function get Visible () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value that represents the calculated value of the Visible property.