Share via


RenderingExtension.Visible Property

 

Indicates whether the rendering extension is visible in the user interface.

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

Syntax

public bool Visible { get; }
public:
property bool Visible {
    bool get();
}
member Visible : bool with get
Public ReadOnly Property Visible As Boolean

Property Value

Type: System.Boolean

A Boolean value.

See Also

RenderingExtension Class
Microsoft.Reporting.WinForms Namespace

Return to top