ActiveReports.Viewer3 Request technical support
Right Property
See Also 


Gets or sets the right margin of the page, in inches.

Syntax

Visual Basic (Declaration) 
Public Property Right As Single
Visual Basic (Usage)Copy Code
Dim instance As Margins
Dim value As Single
 
instance.Right = value
 
value = instance.Right
C# 
public float Right {get; set;}

Return Value

float value that represents the right margin in inches.

See Also