Вы находитесь на странице: 1из 2

namespace presentacion

{
partial class Reportes
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;

/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed;
otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}

#region Windows Form Designer generated code

/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new
Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.PROYECTDVNBDataSet = new presentacion.PROYECTDVNBDataSet();
this.CLIENTESBindingSource = new
System.Windows.Forms.BindingSource(this.components);
this.CLIENTESTableAdapter = new
presentacion.PROYECTDVNBDataSetTableAdapters.CLIENTESTableAdapter();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)
(this.PROYECTDVNBDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)
(this.CLIENTESBindingSource)).BeginInit();
this.SuspendLayout();
//
// reportViewer1
//
reportDataSource2.Name = "DataSet1";
reportDataSource2.Value = this.CLIENTESBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
this.reportViewer1.LocalReport.ReportEmbeddedResource =
"presentacion.Informe1.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(12, 12);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.ServerReport.BearerToken = null;
this.reportViewer1.Size = new System.Drawing.Size(771, 355);
this.reportViewer1.TabIndex = 0;
this.reportViewer1.Load += new
System.EventHandler(this.reportViewer1_Load);
//
// PROYECTDVNBDataSet
//
this.PROYECTDVNBDataSet.DataSetName = "PROYECTDVNBDataSet";
this.PROYECTDVNBDataSet.SchemaSerializationMode =
System.Data.SchemaSerializationMode.IncludeSchema;
//
// CLIENTESBindingSource
//
this.CLIENTESBindingSource.DataMember = "CLIENTES";
this.CLIENTESBindingSource.DataSource = this.PROYECTDVNBDataSet;
//
// CLIENTESTableAdapter
//
this.CLIENTESTableAdapter.ClearBeforeFill = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(379, 403);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 54);
this.button1.TabIndex = 1;
this.button1.Text = "Regresar";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Reportes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(795, 469);
this.Controls.Add(this.button1);
this.Controls.Add(this.reportViewer1);
this.Name = "Reportes";
this.Text = "Reportes";
this.Load += new System.EventHandler(this.Reportes_Load);
((System.ComponentModel.ISupportInitialize)
(this.PROYECTDVNBDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)
(this.CLIENTESBindingSource)).EndInit();
this.ResumeLayout(false);

#endregion

private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;


private System.Windows.Forms.BindingSource CLIENTESBindingSource;
private PROYECTDVNBDataSet PROYECTDVNBDataSet;
private PROYECTDVNBDataSetTableAdapters.CLIENTESTableAdapter
CLIENTESTableAdapter;
private System.Windows.Forms.Button button1;
}
}

Вам также может понравиться