共用方式為


PageSettings.PaperSize 屬性

Represents the paper size settings for a report page. Read-only.

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.dll 中)

語法

'宣告
Public Property PaperSize As ReportPaperSize 
    Get 
    Set
'用途
Dim instance As PageSettings 
Dim value As ReportPaperSize 

value = instance.PaperSize

instance.PaperSize = value
public ReportPaperSize PaperSize { get; set; }
public:
property ReportPaperSize^ PaperSize {
    ReportPaperSize^ get ();
    void set (ReportPaperSize^ value);
}
member PaperSize : ReportPaperSize with get, set
function get PaperSize () : ReportPaperSize 
function set PaperSize (value : ReportPaperSize)

屬性值

型別:ReportExecution2005.ReportPaperSize
A read-only ReportPaperSize object encapsulating the paper size for a report page.

請參閱

參考

PageSettings 類別

ReportExecution2005 命名空間