|
@@ -26,7 +26,7 @@ const dll = ffi.Library(dllPath, {
|
|
|
designerReport: ['void', ['string', 'string']],
|
|
|
reportShowPreview: ['void', ['string', 'string']],
|
|
|
reportPrinter: ['void', ['string', 'string', 'bool']],
|
|
|
- ReportToImage: ['string', ['string', 'string']],
|
|
|
+ reportToImage: ['string', ['string', 'string']],
|
|
|
waitSaveOrClose: ['void', ['pointer']]
|
|
|
});
|
|
|
type SaveCallback = (saveTemplate: string, callback: (result: boolean) => void) => void;
|