Freigeben über


RenderingExtension.Visible-Eigenschaft

Gibt an, ob die Renderingerweiterung auf der Benutzeroberfläche angezeigt wird.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public ReadOnly Property Visible As Boolean
    Get
'Usage
Dim instance As RenderingExtension
Dim value As Boolean

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

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert.

Siehe auch

Verweis

RenderingExtension Klasse

Microsoft.Reporting.WebForms-Namespace