Метод | Описание | |
---|---|---|
ExportToPdf ( this report, string path ) : void | ||
ExportToPdf ( this report, string path, object>.IDictionary |
||
Load ( this r, string path ) : void | ||
Save ( this report, string path ) : void |
public static ExportToPdf ( this report, string path ) : void | ||
report | this | |
path | string | |
Результат | void |
public static ExportToPdf ( this report, string path, object>.IDictionary |
||
report | this | |
path | string | |
parameters | object>.IDictionary | |
Результат | void |
public static Load ( this r, string path ) : void | ||
r | this | |
path | string | |
Результат | void |
public static Save ( this report, string path ) : void | ||
report | this | |
path | string | |
Результат | void |