How to Print Custom Sage 300 Report using Sage 300 COMAPI in C#

By | September 11, 2019

In this blog, we are going to see how we can print the custom crystal report using Sage 300 COMAPI in C# .Net.

This would be a useful to print the custom sage 300 reports from custom user interface.

Below are the steps which will guide through how we can print the custom crystal reports.

New Stuff:- Restrict users from transferring more quantity than the defined quantity in IC Reorder screen

Step 1:

Include the Sage 300 COMAPI DLL in the project.

Step 2:

Once the DLL is included, create the object of the AccpacReport and AccpacPrintSetup.

AccpacReport rpt;

AccpacPrintSetup rptPrintSetup;

rpt = AccpacCurrentSession.ReportSelect(p_ReportName,”      “, ”      “);

rptPrintSetup = AccpacCurrentSession.GetPrintSetup(”      “, ”      “);

Step 3:

Now we will set the parameters of custom report.

rpt.SetParam(p_strParameterName, p_strParameterValues);

Step 4:

Now we will assign a value to “NumOfCopies”, “Destination”, “PrintDir” properties.

rpt.NumOfCopies = 1;

rpt.Destination = rptPrintSetup.Destination;

rpt.PrintDir = “”;

Step 5:

Now we print the Report.

rpt.PrintReport();

So using this code we can print the custom Sage 300 crystal report using Sage 300 COMAPI.

About Us:-

Greytrix a globally recognized Premier Sage Gold Development Partner is a one stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.

Greytrix offers unique GUMU™ integrated solutions of Sage 300 with Sage CRM, Salesforce.com and Magento eCommerce along with Sage 300 Migration from Sage 50 US, Sage 50 CA, Sage PRO, QuickBooks, Sage Business Vision and Sage Business Works. We also offer best-in-class Sage 300 customization and development services and integration service for applications such as POS | WMS | Payroll | Shipping System | Business Intelligence | eCommerce for Sage 300 ERP and in Sage 300c development services we offer services such as upgrades of older codes and screens to new web screens, newer integrations using sdata and web services  to Sage business partners, end users and Sage PSG worldwide. Greytrix offers over 20+ Sage 300 productivity enhancing utilities that we can help you with such as GreyMatrix, Document Attachment, Document Numbering, Auto-Bank Reconciliation, Purchase Approval System, Three way PO matching, Bill of Lading and VAT for Middle East.

For more details on Sage 300 and 300c Services, please contact us at accpac@greytrix.com. We will be glad to assist you.