namespace Inet.Viewer
{
///
///
///
partial class TestReportViewerControl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.reportViewer1 = new Inet.Viewer.WinForms.ReportViewer();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.AutoSize = true;
this.reportViewer1.BackColor = System.Drawing.SystemColors.Control;
this.reportViewer1.CurrentReportView = null;
this.reportViewer1.Location = new System.Drawing.Point(81, 43);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.ShowToolbar = true;
this.reportViewer1.Size = new System.Drawing.Size(646, 378);
this.reportViewer1.TabIndex = 0;
this.reportViewer1.Tag = "";
//
// TestReportViewerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(801, 495);
this.Controls.Add(this.reportViewer1);
this.Name = "TestReportViewerControl";
this.Text = "TestReportViewerControl";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private global::Inet.Viewer.WinForms.ReportViewer reportViewer1;
}
}