C# Class CSReportWebServer.Report

Exibir arquivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
init ( Newtonsoft.Json.Linq.JObject request ) : void
moveToPage ( int page ) : void
openDocument ( String fileName ) : bool
preview ( ) : void

Private Methods

Method Description
closeProgressDlg ( ) : void
getPage ( int page ) : string
launchReport ( ) : void
registerDataSource ( Newtonsoft.Json.Linq.JObject request ) : void
reportDone ( object sender, EventArgs e ) : void
reportProgress ( object sender, ProgressEventArgs e ) : void
showProgressDlg ( ) : void

Method Details

init() public method

public init ( Newtonsoft.Json.Linq.JObject request ) : void
request Newtonsoft.Json.Linq.JObject
return void

moveToPage() public method

public moveToPage ( int page ) : void
page int
return void

openDocument() public method

public openDocument ( String fileName ) : bool
fileName String
return bool

preview() public method

public preview ( ) : void
return void