다음을 통해 공유


PaperSize 속성

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

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005.dll의 ReportExecution2005

구문

‘선언
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.