C# Class Frapid.Reports.Engine.Generator

Inheritance: IDisposable
显示文件 Open project: frapid/frapid Class Usage Examples

Private Properties

Property Type Description
GetDataSource System.Data.DataTable
ParseExpressions string

Public Methods

Method Description
Dispose ( ) : void
Generate ( ) : string
Generator ( string tenant, string path, List parameters ) : System

Private Methods

Method Description
GetDataSource ( Report report, DataSource dataSource ) : DataTable
ParseExpressions ( string html ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Generate() public method

public Generate ( ) : string
return string

Generator() public method

public Generator ( string tenant, string path, List parameters ) : System
tenant string
path string
parameters List
return System