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 |
Method | Description | |
---|---|---|
ReportViewerForm ( bool exitOnClose, bool showScriptErrors ) : System | ||
ViewReport ( Report report, Repository repository, bool render, string viewGUID, string outputGUID, string originalFilePath ) : void |
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 |
public ReportViewerForm ( bool exitOnClose, bool showScriptErrors ) : System | ||
exitOnClose | bool | |
showScriptErrors | bool | |
return | System |
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 |