Any guide or help to custom report?

This forum is for programmers who have questions about the source code.
Post Reply
Jimmy
Posts: 14
Joined: Sun May 04, 2008 1:14 pm

Any guide or help to custom report?

Post by Jimmy » Tue Jun 24, 2008 6:10 pm

Hi all

I want to customize some reports have the original system, there are any guide or tutorial that explains how to do this?

where in the source are this files?

if i guess right it must be *.rdl files in source but i can't find it PLEASE HELP!

Thx.

mowgli
Posts: 134
Joined: Fri Sep 14, 2007 1:42 pm

Re: Any guide or help to custom report?

Post by mowgli » Fri Jul 18, 2008 6:21 am

http://www.open-dent.com/manual/rdlproject.html. You can associate report parameters with query parameters to get user input. One warning though, when you're first creating the report, use a standard MySQL connection string such as "Server=computername;Database=DBname;User ID=root;Password=;charSet=utf8;" Then once you have a reference in the RDL file to ODR.dll, you can substitute that with the method "=ODR.DataConnection.GetODConnStr()"

Post Reply