C# Class Reports.Frames.ReportBaseFrame

ファイルを表示 Open project: UGTU/UGTUKadrProject

Public Properties

Property Type Description
reportViewer1 Microsoft.Reporting.WinForms.ReportViewer

Public Methods

Method Description
InitializeReport ( System reportType, int reportNumber ) : void

Инициализирут отчет первичными параметрами - типом данных и номером отчета для кадого типа

RefreshReport ( ) : void

обовление отчета

ReportBaseFrame ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoInitializeReport ( ) : void

реальная инициализация реализуется в классе-потомке

LoadData ( ) : void

Private Methods

Method Description
DoRefreshReport ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DoInitializeReport() protected method

реальная инициализация реализуется в классе-потомке
protected DoInitializeReport ( ) : void
return void

InitializeReport() public method

Инициализирут отчет первичными параметрами - типом данных и номером отчета для кадого типа
public InitializeReport ( System reportType, int reportNumber ) : void
reportType System
reportNumber int
return void

LoadData() protected method

protected LoadData ( ) : void
return void

RefreshReport() public method

обовление отчета
public RefreshReport ( ) : void
return void

ReportBaseFrame() public method

public ReportBaseFrame ( ) : System
return System

Property Details

reportViewer1 public_oe property

public Microsoft.Reporting.WinForms.ReportViewer reportViewer1
return Microsoft.Reporting.WinForms.ReportViewer