C# 클래스 MonoReports.Model.ReportExtensions

파일 보기 프로젝트 열기: modesto/monoreports

공개 메소드들

메소드 설명
ExportToPdf ( this report, string path ) : void
ExportToPdf ( this report, string path, object>.IDictionary parameters ) : void
Load ( this r, string path ) : void
Save ( this report, string path ) : void

메소드 상세

ExportToPdf() 공개 정적인 메소드

public static ExportToPdf ( this report, string path ) : void
report this
path string
리턴 void

ExportToPdf() 공개 정적인 메소드

public static ExportToPdf ( this report, string path, object>.IDictionary parameters ) : void
report this
path string
parameters object>.IDictionary
리턴 void

Load() 공개 정적인 메소드

public static Load ( this r, string path ) : void
r this
path string
리턴 void

Save() 공개 정적인 메소드

public static Save ( this report, string path ) : void
report this
path string
리턴 void