D
Dean Poling
Hi, all...
I posted this in the Crystal Decisions user forums with no solution,
so here goes:
I have created a managed c++ dll that contains a crystal reports
viewer constructed with the windows form viewer and the native crystal
libraries included in vs.net. I want my users to be able to export a
displayed report to a file, and as luck would have it the default
crystal reports viewer has an export button that opens a 'save as'
type dialog. However, I want to limit my users to exporting to pdf
type files only.
I have tried various things like setting the ExportFormatType on the
report document, but the default 'save as' dialog still allows the
user to export to Word, Excel, etc. I suspect that I am close to
having this problem solved, but I'm missing something. Can anyone
help???
Thanks,
Dean
I posted this in the Crystal Decisions user forums with no solution,
so here goes:
I have created a managed c++ dll that contains a crystal reports
viewer constructed with the windows form viewer and the native crystal
libraries included in vs.net. I want my users to be able to export a
displayed report to a file, and as luck would have it the default
crystal reports viewer has an export button that opens a 'save as'
type dialog. However, I want to limit my users to exporting to pdf
type files only.
I have tried various things like setting the ExportFormatType on the
report document, but the default 'save as' dialog still allows the
user to export to Word, Excel, etc. I suspect that I am close to
having this problem solved, but I'm missing something. Can anyone
help???
Thanks,
Dean