'宣言 Public Class Designer Inherits System.Windows.Forms.UserControl
public class Designer : System.Windows.Forms.UserControl
デザイナコントロールは、実行時にレポートレイアウトをカスタマイズするために使用します。
private void designer1_Load(object sender, System.EventArgs e) { this.designer1.DesignUnits = GrapeCity.ActiveReports.Design.MeasurementUnits.US; this.designer1.DrawGrid = true; this.designer1.GridX = 16; this.designer1.GridY = 16; this.designer1.LockControls = false; this.designer1.ShowDataSourceIcon = true; this.designer1.SnapGrid = true; this.designer1.ToolBoxItem = null; }
Private Sub Designer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Designer1.Load Me.Designer1.DesignUnits = GrapeCity.ActiveReports.Design.MeasurementUnits.US Me.Designer1.DrawGrid = True Me.Designer1.GridX = 16 Me.Designer1.GridY = 16 Me.Designer1.LockControls = False Me.Designer1.ShowDataSourceIcon = True Me.Designer1.SnapGrid = True Me.Designer1.ToolBoxItem = Nothing End Sub
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
GrapeCity.ActiveReports.Design.Designer