ReportPageSettings 類別
代表報表的頁面設定。
繼承階層
System.Object
Microsoft.Reporting.WebForms.ReportPageSettings
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<SerializableAttribute> _
Public NotInheritable Class ReportPageSettings
'用途
Dim instance As ReportPageSettings
[SerializableAttribute]
public sealed class ReportPageSettings
[SerializableAttribute]
public ref class ReportPageSettings sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type ReportPageSettings = class end
public final class ReportPageSettings
ReportPageSettings 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
IsLandscape | 表示報表定義檔案中定義的報表方向是否為橫向。 | |
Margins | 代表報表頁面的邊界。唯讀。 | |
PaperSize | 代表報表頁面的紙張大小設定。唯讀。 |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。