C# 클래스 Cats.Infrastructure.ReportHelper

파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
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

메소드 상세

PrintReport() 공개 정적인 메소드

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

PrintReport() 공개 정적인 메소드

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

PrintReport() 공개 정적인 메소드

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