See Also

Margins Class  | Margins Members  | Overload List

Language

Visual Basic

C#

Show All

left
Specifies the left margin.
top
Specifies the top margin.
right
Specifies the right margin.
bottom
Specifies the bottom margin.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Margins Constructor(Single,Single,Single,Single)

Initializes a new instance of the Margins class with the specified margins.

[Visual Basic]
Public Function New( _    ByVal left As Single, _    ByVal top As Single, _    ByVal right As Single, _    ByVal bottom As Single _ )
[C#]
public Margins(    float left,    float top,    float right,    float bottom );

Parameters

left
Specifies the left margin.
top
Specifies the top margin.
right
Specifies the right margin.
bottom
Specifies the bottom margin.

See Also

Margins Class  | Margins Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.