Table of Contents

Compiling the source code

A source code of the FastReport.BG.dll library is shipped with FastReport Business Graphics Professional edition. You may include it in your application. Let us demonstrate how to do this:

  • open your project in Visual Studio;
  • open Solution Explorer window and right-click on the "Solution" item;
  • choose the "Add/Existing Project..." item;
  • add the "FastReport.BG.csproj" file (it is located in the "C:\Program Files\FastReports\FastReport.BG\Source" folder);

Turn off assembly signing for FastReport Business Graphics project. To do this:

  • right-click the "FastReport.BG" project;
  • choose the "Properties" item;
  • switch to the "Signing" tab and uncheck the "Sign the assembly" checkbox.