C# Class Seal.Forms.ReportViewerForm

Mostra file Open project: ariacom/Seal-Report Class Usage Examples

Private Properties

Property Type Description
Execute void
GetFormValue string
ReportViewerForm_FormClosing void
ReportViewerForm_Load void
TextBox_KeyDown void
WebBrowser_PreviewKeyDown void
closeToolStripButton_Click void
processAction bool
setCurrentExecution void
webBrowser_Navigating void

Public Methods

Method Description
ReportViewerForm ( bool exitOnClose, bool showScriptErrors ) : System
ViewReport ( Report report, Repository repository, bool render, string viewGUID, string outputGUID, string originalFilePath ) : void

Private Methods

Method Description
Execute ( ) : void
GetFormValue ( string id ) : string
ReportViewerForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ReportViewerForm_Load ( object sender, EventArgs e ) : void
TextBox_KeyDown ( object sender, KeyEventArgs e ) : void
WebBrowser_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
closeToolStripButton_Click ( object sender, EventArgs e ) : void
processAction ( string action ) : bool
setCurrentExecution ( ) : void
webBrowser_Navigating ( object sender, WebBrowserNavigatingEventArgs e ) : void

Method Details

ReportViewerForm() public method

public ReportViewerForm ( bool exitOnClose, bool showScriptErrors ) : System
exitOnClose bool
showScriptErrors bool
return System

ViewReport() public method

public ViewReport ( Report report, Repository repository, bool render, string viewGUID, string outputGUID, string originalFilePath ) : void
report Report
repository Repository
render bool
viewGUID string
outputGUID string
originalFilePath string
return void