C# 클래스 jsreport.Local.LocalReportingService

Direct rendering inside server-less local jsreport
상속: ILocalReportingService
파일 보기 프로젝트 열기: jsreport/net 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void

Decompress the jsreport.zip and copy server.js and prod.config.json from jsreport/production folder

Render ( object request ) : Report

Complex rendering, see the

Render ( string templateName, object data ) : Report

The simpliest rendering using template name and input data

비공개 메소드들

메소드 설명
CopyFilesRecursively ( DirectoryInfo source, DirectoryInfo target ) : void
Decompress ( ) : void
DeleteDirectoryContent ( string path, bool skipMainDir = true ) : void
IsWebApp ( AppDomain appDomain ) : bool

메소드 상세

Initialize() 공개 메소드

Decompress the jsreport.zip and copy server.js and prod.config.json from jsreport/production folder
public Initialize ( ) : void
리턴 void

Render() 공개 메소드

Complex rendering, see the
public Render ( object request ) : Report
request object Complex dynamic rendering request. See the API dialog in jsreport studio for details
리턴 Report

Render() 공개 메소드

The simpliest rendering using template name and input data
public Render ( string templateName, object data ) : Report
templateName string template name can be taken from jsreport studio or from folder name in VS
data object any json serializable object
리턴 Report