共用方式為


ReportPaperSize.Width 屬性

Represents the height of a report page, in millimeters. Read-only.

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

語法

'宣告
Public Property Width As Double 
    Get 
    Set
'用途
Dim instance As ReportPaperSize 
Dim value As Double 

value = instance.Width

instance.Width = value
public double Width { get; set; }
public:
property double Width {
    double get ();
    void set (double value);
}
member Width : float with get, set
function get Width () : double 
function set Width (value : double)

屬性值

型別:System.Double
A read-only Double value containing the width of the report page, in millimeters.

請參閱

參考

ReportPaperSize 類別

ReportExecution2005 命名空間