Top 屬性
Returns the top margin, in millimeters, of a report page. Read-only.
命名空間: ReportExecution2005
組件: ReportExecution2005 (在 ReportExecution2005.dll 中)
語法
'宣告
Public Property Top As Double
Get
Set
'用途
Dim instance As ReportMargins
Dim value As Double
value = instance.Top
instance.Top = value
public double Top { get; set; }
public:
property double Top {
double get ();
void set (double value);
}
member Top : float with get, set
function get Top () : double
function set Top (value : double)
屬性值
型別:System. . :: . .Double
A read-only Double value containing the top margin, in millimeters, of a report page.