本文整理汇总了C#中Microsoft.Reporting.WinForms.ReportDataSource类的典型用法代码示例。如果您正苦于以下问题:C# Microsoft.Reporting.WinForms.ReportDataSource类的具体用法?C# Microsoft.Reporting.WinForms.ReportDataSource怎么用?C# Microsoft.Reporting.WinForms.ReportDataSource使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
Microsoft.Reporting.WinForms.ReportDataSource类属于命名空间,在下文中一共展示了Microsoft.Reporting.WinForms.ReportDataSource类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = null;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "Report.Report6.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(833, 431);
this.reportViewer1.TabIndex = 0;
//
// Form6
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(833, 431);
this.Controls.Add(this.reportViewer1);
this.Name = "Form6";
this.Text = "Form6";
this.Load += new System.EventHandler(this.Form6_Load);
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.tb_conta_demonstrativo_resultadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
((System.ComponentModel.ISupportInitialize)(this.tb_conta_demonstrativo_resultadoBindingSource)).BeginInit();
this.SuspendLayout();
//
// reportViewer1
//
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = this.tb_conta_demonstrativo_resultadoBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "NFSE.Net.Tests.Report4.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(12, 3);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(988, 487);
this.reportViewer1.TabIndex = 0;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1025, 502);
this.Controls.Add(this.reportViewer1);
this.Name = "Form2";
this.Text = "Form2";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.tb_conta_demonstrativo_resultadoBindingSource)).EndInit();
this.ResumeLayout(false);
}
示例3: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
((System.ComponentModel.ISupportInitialize)(this.bscOrigenReporte)).BeginInit();
this.SuspendLayout();
//
// reportViewer1
//
reportDataSource1.Name = "Mds_Biodata_Domain_Paciente";
reportDataSource1.Value = this.bscOrigenReporte;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "Mds.Biodata.Forms.Reportes.rptPacienteDetalle.rdlc";
//
// ReportePacienteDetalle
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(802, 519);
this.Name = "ReportePacienteDetalle";
this.Text = "ReportePacienteDetalle";
this.Load += new System.EventHandler(this.ReportePacienteDetalle_Load);
((System.ComponentModel.ISupportInitialize)(this.bscOrigenReporte)).EndInit();
this.ResumeLayout(false);
}
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "CabGuiaremision";
reportDataSource1.Value = null;
reportDataSource2.Name = "DetGuiaremision";
reportDataSource2.Value = null;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "forms.Facturacion.RptGuiaRemision.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(662, 448);
this.reportViewer1.TabIndex = 0;
//
// FormviewGuiaRemision
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(662, 448);
this.Controls.Add(this.reportViewer1);
this.Name = "FormviewGuiaRemision";
this.Text = "Guia de Remision";
this.Load += new System.EventHandler(this.FormviewGuiaRemision_Load);
this.ResumeLayout(false);
}
示例5: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "DataSet1_HY_BomDetails";
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "LL.Main.HY_Report.HY_BomlistReport.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(901, 528);
this.reportViewer1.TabIndex = 0;
//
// HY_BomlistDB2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(901, 528);
this.Controls.Add(this.reportViewer1);
this.Name = "HY_BomlistDB2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "物料明细表";
this.Load += new System.EventHandler(this.HY_BomlistDB2_Load);
this.ResumeLayout(false);
}
示例6: frmReporteEstudios_Load
private void frmReporteEstudios_Load(object sender, EventArgs e)
{
this.reportViewer2.LocalReport.DataSources.Clear();
var rptDataSource = new Microsoft.Reporting.WinForms.ReportDataSource("Estudios", Estudio.GetAll());
this.reportViewer2.LocalReport.DataSources.Add(rptDataSource);
this.reportViewer2.RefreshReport();
}
示例7: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.usp_GetOrdersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.FFDataSet = new FF_Network_.FFDataSet();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.usp_GetOrdersTableAdapter = new FF_Network_.FFDataSetTableAdapters.usp_GetOrdersTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.usp_GetOrdersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.FFDataSet)).BeginInit();
this.SuspendLayout();
//
// usp_GetOrdersBindingSource
//
this.usp_GetOrdersBindingSource.DataMember = "usp_GetOrders";
this.usp_GetOrdersBindingSource.DataSource = this.FFDataSet;
//
// FFDataSet
//
this.FFDataSet.DataSetName = "FFDataSet";
this.FFDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "FFDataSet";
reportDataSource1.Value = this.usp_GetOrdersBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "FF_Network_.Report.rptOrder.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(900, 651);
this.reportViewer1.TabIndex = 0;
//
// usp_GetOrdersTableAdapter
//
this.usp_GetOrdersTableAdapter.ClearBeforeFill = true;
//
// frmReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(900, 651);
this.ControlBox = false;
this.Controls.Add(this.reportViewer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmReport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FF: Report";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReport_FormClosing);
this.Load += new System.EventHandler(this.frmReport_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmReport_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.usp_GetOrdersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.FFDataSet)).EndInit();
this.ResumeLayout(false);
}
示例8: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.DoubletakeDataSet = new DoubleTakeInventory.DoubletakeDataSet();
this.allSalesSelectBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.allSales_SelectTableAdapter = new DoubleTakeInventory.DoubletakeDataSetTableAdapters.AllSales_SelectTableAdapter();
this.AllSales_SelectBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.DoubletakeDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.allSalesSelectBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.AllSales_SelectBindingSource)).BeginInit();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = this.AllSales_SelectBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "DoubleTakeInventory.ReportDefinitions.AllSalesReport.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(673, 516);
this.reportViewer1.TabIndex = 0;
//
// DoubletakeDataSet
//
this.DoubletakeDataSet.DataSetName = "DoubletakeDataSet";
this.DoubletakeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// allSalesSelectBindingSource
//
this.allSalesSelectBindingSource.DataMember = "AllSales_Select";
this.allSalesSelectBindingSource.DataSource = this.DoubletakeDataSet;
//
// allSales_SelectTableAdapter
//
this.allSales_SelectTableAdapter.ClearBeforeFill = true;
//
// AllSales_SelectBindingSource
//
this.AllSales_SelectBindingSource.DataMember = "AllSales_Select";
this.AllSales_SelectBindingSource.DataSource = this.DoubletakeDataSet;
//
// Report_AllSales
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(673, 516);
this.Controls.Add(this.reportViewer1);
this.Name = "Report_AllSales";
this.Text = "All Sales Report";
this.Load += new System.EventHandler(this.Report_AllSales_Load);
((System.ComponentModel.ISupportInitialize)(this.DoubletakeDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.allSalesSelectBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.AllSales_SelectBindingSource)).EndInit();
this.ResumeLayout(false);
}
示例9: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "HY_ProcurementInfo";
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "LL.Main.HY_Report.HY_ProcurementInfoReport.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(1028, 598);
this.reportViewer1.TabIndex = 0;
//
// HY_PurchasingdetailsReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1028, 598);
this.Controls.Add(this.reportViewer1);
this.MinimizeBox = false;
this.Name = "HY_PurchasingdetailsReport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "采购单";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.HY_PurchasingdetailsReport_Load);
this.ResumeLayout(false);
}
示例10: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.bPSDBDataSet = new BPSBank.BPSDBDataSet();
this.ordersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.ordersTableAdapter = new BPSBank.BPSDBDataSetTableAdapters.ЗаказTableAdapter();
this.PersonnelBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.bPSDBDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PersonnelBindingSource)).BeginInit();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = this.ordersBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "BPSBank.Report1.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(550, 270);
this.reportViewer1.TabIndex = 0;
//
// bPSDBDataSet
//
this.bPSDBDataSet.DataSetName = "BPSDBDataSet";
this.bPSDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// ordersBindingSource
//
this.ordersBindingSource.DataMember = "Orders";
this.ordersBindingSource.DataSource = this.bPSDBDataSet;
//
// ordersTableAdapter
//
this.ordersTableAdapter.ClearBeforeFill = true;
//
// PersonnelBindingSource
//
this.PersonnelBindingSource.DataMember = "Personnel";
this.PersonnelBindingSource.DataSource = this.bPSDBDataSet;
//
// Отчет_по_заказам
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 270);
this.Controls.Add(this.reportViewer1);
this.Name = "Отчет_по_заказам";
this.Text = "Отчет_по_заказам";
this.Load += new System.EventHandler(this.Отчет_по_заказам_Load);
((System.ComponentModel.ISupportInitialize)(this.bPSDBDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PersonnelBindingSource)).EndInit();
this.ResumeLayout(false);
}
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Anchor = System.Windows.Forms.AnchorStyles.None;
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = null;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "TPlaza.Report9.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(36, 26);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(830, 650);
this.reportViewer1.TabIndex = 1;
//
// IVendedores
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(892, 741);
this.Controls.Add(this.reportViewer1);
this.Name = "IVendedores";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "IVendedores";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.IVendedores_Load);
this.ResumeLayout(false);
}
示例12: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.tP2DataSetPlanes = new UI.Escritorio.TP2DataSetPlanes();
this.tP2DataSetPlanesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.planesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.planesTableAdapter = new UI.Escritorio.TP2DataSetPlanesTableAdapters.planesTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.planesBindingSource)).BeginInit();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "InformePlanes";
reportDataSource1.Value = this.planesBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "UI.Escritorio.InformePlanes.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(726, 530);
this.reportViewer1.TabIndex = 0;
//
// tP2DataSetPlanes
//
this.tP2DataSetPlanes.DataSetName = "TP2DataSetPlanes";
this.tP2DataSetPlanes.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tP2DataSetPlanesBindingSource
//
this.tP2DataSetPlanesBindingSource.DataSource = this.tP2DataSetPlanes;
this.tP2DataSetPlanesBindingSource.Position = 0;
//
// planesBindingSource
//
this.planesBindingSource.DataMember = "planes";
this.planesBindingSource.DataSource = this.tP2DataSetPlanes;
//
// planesTableAdapter
//
this.planesTableAdapter.ClearBeforeFill = true;
//
// ReportePlanes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(726, 530);
this.Controls.Add(this.reportViewer1);
this.Name = "ReportePlanes";
this.Text = "ReportePlanes";
this.Load += new System.EventHandler(this.ReportePlanes_Load);
((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanes)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.planesBindingSource)).EndInit();
this.ResumeLayout(false);
}
示例13: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportForm));
this.DataBinding_Report = new System.Windows.Forms.BindingSource(this.components);
this.ReportView_Salary = new Microsoft.Reporting.WinForms.ReportViewer();
((System.ComponentModel.ISupportInitialize)(this.DataBinding_Report)).BeginInit();
this.SuspendLayout();
//
// ReportView_Salary
//
reportDataSource1.Name = "DataReport";
reportDataSource1.Value = this.DataBinding_Report;
this.ReportView_Salary.LocalReport.DataSources.Add(reportDataSource1);
this.ReportView_Salary.LocalReport.ReportEmbeddedResource = "Lab_5.Assets.ReportSalary.rdlc";
resources.ApplyResources(this.ReportView_Salary, "ReportView_Salary");
this.ReportView_Salary.Name = "ReportView_Salary";
//
// ReportForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ReportView_Salary);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ReportForm";
((System.ComponentModel.ISupportInitialize)(this.DataBinding_Report)).EndInit();
this.ResumeLayout(false);
}
示例14: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.MovieBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.cramDataSet = new Project2.cramDataSet();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.MovieTableAdapter = new Project2.cramDataSetTableAdapters.MovieTableAdapter();
this.cramDataSet1 = new Project2.cramDataSet1();
((System.ComponentModel.ISupportInitialize)(this.MovieBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cramDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cramDataSet1)).BeginInit();
this.SuspendLayout();
//
// MovieBindingSource
//
this.MovieBindingSource.DataMember = "Movie";
this.MovieBindingSource.DataSource = this.cramDataSet;
//
// cramDataSet
//
this.cramDataSet.DataSetName = "cramDataSet";
this.cramDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = this.MovieBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "Project2.Report1.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(885, 491);
this.reportViewer1.TabIndex = 0;
//
// MovieTableAdapter
//
this.MovieTableAdapter.ClearBeforeFill = true;
//
// cramDataSet1
//
this.cramDataSet1.DataSetName = "cramDataSet1";
this.cramDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// ReportsScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(885, 491);
this.Controls.Add(this.reportViewer1);
this.Name = "ReportsScreen";
this.Text = "ReportsScreen";
this.Load += new System.EventHandler(this.ReportsScreen_Load);
((System.ComponentModel.ISupportInitialize)(this.MovieBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cramDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cramDataSet1)).EndInit();
this.ResumeLayout(false);
}
示例15: InitializeComponent
/// <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 reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.deploymentTrackerLocalDBDataSet = new DeploymentTracker.DeploymentTrackerLocalDBDataSet();
this.deploymentTrackerLocalDBDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.buildsRecordTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.buildsRecordTableTableAdapter = new DeploymentTracker.DeploymentTrackerLocalDBDataSetTableAdapters.BuildsRecordTableTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSetBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.buildsRecordTableBindingSource)).BeginInit();
this.SuspendLayout();
//
// reportViewer1
//
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
reportDataSource1.Name = "DeploymentTrackerDataSet";
reportDataSource1.Value = this.buildsRecordTableBindingSource;
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer1.LocalReport.ReportEmbeddedResource = "DeploymentTracker.IWARM_ReportScreens.Report1.rdlc";
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(438, 440);
this.reportViewer1.TabIndex = 0;
//
// deploymentTrackerLocalDBDataSet
//
this.deploymentTrackerLocalDBDataSet.DataSetName = "DeploymentTrackerLocalDBDataSet";
this.deploymentTrackerLocalDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// deploymentTrackerLocalDBDataSetBindingSource
//
this.deploymentTrackerLocalDBDataSetBindingSource.DataSource = this.deploymentTrackerLocalDBDataSet;
this.deploymentTrackerLocalDBDataSetBindingSource.Position = 0;
//
// buildsRecordTableBindingSource
//
this.buildsRecordTableBindingSource.DataMember = "BuildsRecordTable";
this.buildsRecordTableBindingSource.DataSource = this.deploymentTrackerLocalDBDataSetBindingSource;
//
// buildsRecordTableTableAdapter
//
this.buildsRecordTableTableAdapter.ClearBeforeFill = true;
//
// DeploymentReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(438, 440);
this.Controls.Add(this.reportViewer1);
this.Name = "DeploymentReport";
this.Text = "DeployReport";
this.Load += new System.EventHandler(this.DeployReport_Load);
((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSetBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.buildsRecordTableBindingSource)).EndInit();
this.ResumeLayout(false);
}