ActiveReports 9
LayoutMode Property
Example 

Gets or sets the value that determines how the end user can lay out controls on the report design surface.
Syntax
'Declaration
 
Public Property LayoutMode As LayoutMode
public LayoutMode LayoutMode {get; set;}
Remarks

Select from an enumerated value:

Example
private void designer1_Load(object sender, System.EventArgs e)
{
    this.designer1.LayoutMode = GrapeCity.ActiveReports.Design.LayoutMode.SnapGrid;
}
Private Sub Designer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Designer1.Load
    Me.Designer1.LayoutMode = GrapeCity.ActiveReports.Design.LayoutMode.SnapGrid
End Sub
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Designer Class
Designer Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum