ReportPageSettings 類別

 

發佈時間: 2016年4月

代表報表的頁面設定。

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

繼承階層架構

System.Object
  Microsoft.Reporting.WinForms.ReportPageSettings

語法

[SerializableAttribute]
public sealed class ReportPageSettings
[SerializableAttribute]
public ref class ReportPageSettings sealed 
[<Sealed>]
[<SerializableAttribute>]
type ReportPageSettings = class end
<SerializableAttribute>
Public NotInheritable Class ReportPageSettings

屬性

名稱 描述
System_CAPS_pubproperty IsLandscape

表示報表定義檔案中定義的報表方向是否為橫向。

System_CAPS_pubproperty Margins

代表報表頁面的邊界。唯讀。

System_CAPS_pubproperty PaperSize

代表報表頁面的紙張大小設定。唯讀。

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Reporting.WinForms 命名空間

回到頁首