C# Class Frapid.Reports.Engine.ReportParser

Afficher le fichier Open project: frapid/frapid Class Usage Examples

Private Properties

Свойство Type Description
GetBody Frapid.Reports.Engine.Model.ReportBody
GetBottomSection string
GetDataSources List
GetTitle string
GetTopSection string
HasHeader bool

Méthodes publiques

Méthode Description
Get ( ) : Report
ReportParser ( string path, string tenant, List parameters ) : System.Collections.Generic

Private Methods

Méthode Description
GetBody ( ) : ReportBody
GetBottomSection ( ) : string
GetDataSources ( ) : List
GetTitle ( ) : string
GetTopSection ( ) : string
HasHeader ( ) : bool

Method Details

Get() public méthode

public Get ( ) : Report
Résultat Frapid.Reports.Engine.Model.Report

ReportParser() public méthode

public ReportParser ( string path, string tenant, List parameters ) : System.Collections.Generic
path string
tenant string
parameters List
Résultat System.Collections.Generic