Archive for the ‘Crystal Reports’

  • Crystal report tutorial – VS 2005
    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
    by Nauman at November 5th, 2009 at 02:11 am
  • Crystal Report Viewer width – Visual Studio
    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 UI of that webpage. One method to overcome this problem is hidden in the Crystal...
    by Nauman at November 5th, 2009 at 12:11 am
  • The maximum report processing jobs limit configured by your system administrator has been reached.
    call Close or Dispose method at the end so the reporting engine remove the report entry from its queue.
    by Nauman at November 5th, 2009 at 12:11 am
  • Opening hyperlink in a new window – Crystal Reports
    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;" e.g {report field} + "target = new;"
    by Nauman at November 5th, 2009 at 12:11 am