C# Class MonoReports.Model.ReportExtensions

Afficher le fichier Open project: modesto/monoreports

Méthodes publiques

Méthode 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 méthode

public static ExportToPdf ( this report, string path ) : void
report this
path string
Résultat void

ExportToPdf() public static méthode

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

Load() public static méthode

public static Load ( this r, string path ) : void
r this
path string
Résultat void

Save() public static méthode

public static Save ( this report, string path ) : void
report this
path string
Résultat void