共用方式為


DisplayMode 列舉類型

代表可能的 ReportViewer 控制項顯示模式。

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

語法

'宣告
Public Enumeration DisplayMode
public enum DisplayMode
public enum class DisplayMode
type DisplayMode
public enum DisplayMode

成員

成員名稱 描述
Normal 指定控制項是正常模式。這個模式會使控制項顯示邏輯頁面。
PrintLayout 指定控制項是列印配置模式。在這個模式中,控制項會顯示實體頁面。

備註

DisplayMode 列舉值會傳遞給 ReportViewer 控制項的 SetDisplayMode 方法。

請參閱

參考

Microsoft.Reporting.WinForms 命名空間