C# Class MonoReports.Model.ReportExtensions

Exibir arquivo Open project: modesto/monoreports

Public Methods

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

Method Details

ExportToPdf() public static method

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

ExportToPdf() public static method

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

Load() public static method

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

Save() public static method

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