ReportPaperSize.Height 屬性

定義

代表報告頁面的高度,單位為毫米。 唯讀。

public:
 property double Height { double get(); void set(double value); };
public double Height { get; set; }
member this.Height : double with get, set
Public Property Height As Double

屬性值

一個只讀 Double 的值,包含報告頁面的高度,以毫米為單位。

適用於