ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / GridMode Property

In This Topic
    GridMode Property
    In This Topic
    Gets or sets the GridMode in the designer.
    Syntax
    'Declaration
     
    Public Property GridMode As GridMode
    public GridMode GridMode {get; set;}

    Property Value

    The mode of the grid as defined by the GridMode enumeration. This determines how the grid lines are drawn in the designer, affecting the visual guidance provided for aligning and placing report elements.
    Remarks
    The grid mode can be set to different styles such as dots or lines, depending on the user's preference or the specific requirements of the report design task at hand. Changing the grid mode can enhance the design experience by providing the appropriate level of visual guidance.
    See Also