C# Class Cats.Infrastructure.ReportHelper

Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
PrintReport ( string reportPath, object data, string dataSourceName ) : ReportDTO
PrintReport ( string reportPath, object data, string dataSourceName, bool isPdf = true, bool isPortriat = true ) : ReportDTO
PrintReport ( string reportPath, object data, string dataSourceName, string reportType, bool isPortriat = true ) : ReportDTO

Method Details

PrintReport() public static méthode

public static PrintReport ( string reportPath, object data, string dataSourceName ) : ReportDTO
reportPath string
data object
dataSourceName string
Résultat Cats.Models.ViewModels.ReportDTO

PrintReport() public static méthode

public static PrintReport ( string reportPath, object data, string dataSourceName, bool isPdf = true, bool isPortriat = true ) : ReportDTO
reportPath string
data object
dataSourceName string
isPdf bool
isPortriat bool
Résultat Cats.Models.ViewModels.ReportDTO

PrintReport() public static méthode

public static PrintReport ( string reportPath, object data, string dataSourceName, string reportType, bool isPortriat = true ) : ReportDTO
reportPath string
data object
dataSourceName string
reportType string
isPortriat bool
Résultat Cats.Models.ViewModels.ReportDTO