_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim ReportDataSource1 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource Me.eh_studenti1BindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.PIDataSet = New WindowsApplication1.PIDataSet Me.ReportViewer1 = New Microsoft.Reporting.WinForms.ReportViewer Me.eh_studenti1TableAdapter = New WindowsApplication1.PIDataSetTableAdapters.eh_studenti1TableAdapter CType(Me.eh_studenti1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PIDataSet, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'eh_studenti1BindingSource ' Me.eh_studenti1BindingSource.DataMember = "eh_studenti1" Me.eh_studenti1BindingSource.DataSource = Me.PIDataSet ' 'PIDataSet ' Me.PIDataSet.DataSetName = "PIDataSet" Me.PIDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'ReportViewer1 ' ReportDataSource1.Name = "PIDataSet_eh_studenti1" ReportDataSource1.Value = Me.eh_studenti1BindingSource Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource1) Me.ReportViewer1.LocalReport.ReportEmbeddedResource = "WindowsApplication1.Report1.rdlc" Me.ReportViewer1.Location = New System.Drawing.Point(12, 12) Me.ReportViewer1.Name = "ReportViewer1" Me.ReportViewer1.Size = New System.Drawing.Size(743, 381) Me.ReportViewer1.TabIndex = 0 ' 'eh_studenti1TableAdapter ' Me.eh_studenti1TableAdapter.ClearBeforeFill = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(778, 420) Me.Controls.Add(Me.ReportViewer1) Me.Name = "Form1" Me.Text = "Kolokvij" CType(Me.eh_studenti1BindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PIDataSet, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents ReportViewer1 As Microsoft.Reporting.WinForms.ReportViewer Friend WithEvents eh_studenti1BindingSource As System.Windows.Forms.BindingSource Friend WithEvents PIDataSet As WindowsApplication1.PIDataSet Friend WithEvents eh_studenti1TableAdapter As WindowsApplication1.PIDataSetTableAdapters.eh_studenti1TableAdapter End Class