Saturday, May 19, 2012

Crystal report tutorial – VS 2005

November 5, 2009 by · Leave a Comment 

A very good book on using Crystal reports in Visual Studio 2005. many small and minute things are discussed in this book. VS2005 Walkthroughs Crystal Reports

Crystal Report Viewer width – Visual Studio

November 5, 2009 by · Leave a Comment 

By default Crystal report viewer width is fixed according to it toolbar, but changes due to amount of data present in the report. And the width is not editable (as it is seen). Because of this reason if a crystal report has good amount of data then it goes past page width and disturbs the [...]

The maximum report processing jobs limit configured by your system administrator has been reached.

November 5, 2009 by · 2 Comments 

call Close or Dispose method at the end so the reporting engine remove the report entry from its queue.

Opening hyperlink in a new window – Crystal Reports

November 5, 2009 by · Leave a Comment 

what to do when we want a hyperlink to open in a new window. This seems quite easy in any programming lanuage, but what to do when we want the same functionality in a crystal report. It is almost the same as with webpages. create formula field for and at the end just add "target=new;" [...]