RenderingExtension.Visible 屬性

 

發佈時間: 2016年4月

指出是否可以在使用者介面中看見轉譯延伸模組。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

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

屬性值

Type: System.Boolean

Boolean 值。

請參閱

RenderingExtension 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首