Hi Roberto
You don't need any additional licenses to distribute applications that use the NI-Reports server.
You can install it without using the DK, but you will need a tool that
can handle merge modules. The redist folder provides a nireports.msm
that you can use if you have another installer tool.
We don't have a print preview tool in ni-reports. You could use the
Word_DocumentPrintPreview() function thats in the Word ActiveX library
along with the Word Report instrument. You can pass in the document
handle to the print preview function.
Check out the word report example under
..\samples\activex\word\wordrpt.prj. In the print callback you call
comment out the existing code and add the following to get the preview
of the document.
Word_DocumentPrintPreview (docHandle, NULL);
You can file product feedback using this
link.
I hope this helps
Bilal Durrani
NI