ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / SessionSettings Class / WindowPosition Property

In This Topic
    WindowPosition Property
    In This Topic
    Gets or sets the position of the main window on the screen.
    Syntax
    'Declaration
     
    Public Property WindowPosition As Point
    public Point WindowPosition {get; set;}

    Property Value

    A System.Drawing.Point representing the X and Y coordinates of the window's top-left corner.
    Remarks
    The default position is set to coordinates (30, 30).
    See Also