Crystal Report Design API

  • Thread starter Thread starter Chrysan
  • Start date Start date
C

Chrysan

I would like to include the function of let user re-locate
the fields on crystal report.

what API can i use to run a crystal report in design mode?

i am design my crystal report with ODBC data source.
 
If you want to give the end user "design mode" type functionality, the
quickest way is for them to buy Crystal Report developer for
$300 dollars. You can not distribute the "designer" that comes with VS.NET
to end users. The other way is for you to use the
Crystal classes to develop your own "designer", you can use the API to move
fields around, but it would be a heavy task to give
them Crystal look and feel.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/ht
ml/crconcustomizingdatapresentation.asp

I know all this because my company has just gone through this exercise...
 
Back
Top