ReportPaperSize.Height 属性

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

命名空间:  ReportExecution2005
程序集:  ReportExecution2005(在 ReportExecution2005.dll 中)

语法

声明
Public Property Height As Double 
    Get 
    Set
用法
Dim instance As ReportPaperSize 
Dim value As Double 

value = instance.Height

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

属性值

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

请参阅

参考

ReportPaperSize 类

ReportExecution2005 命名空间