C# Class Cats.Infrastructure.ReportHelper

Show file Open project: edgecomputing/cats

Public Methods

Method 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 method

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

PrintReport() public static method

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
return Cats.Models.ViewModels.ReportDTO

PrintReport() public static method

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
return Cats.Models.ViewModels.ReportDTO