Menu
  • HOME
  • TAGS

Microsoft Dynamics Error: Developing SSRS report using Report Data Provider

dynamics-crm-2013,microsoft-dynamics,aot

You need to have 3 separate methods, you can't just throw the code in the classDeclaration method. The classDeclaration should just be: class CustReportRDPDemoDP extends SRSReportDataProviderBase { //Temporary table buffer CustReportRDPDemoTmp custReportRDPDemoTmp; } and the two other code blocks should be their own methods....