To find mainaccountId,mainaccount name,dimensions separately to display in ssrs report based on custinvoicejournal voucher
To find mainaccountId,mainaccount name,dimensions separately to display in ssrs report based on custinvoicejournal voucher: [SRSReportParameterAttribute(classStr(FCC_SalesInvoiceVoucherContract))] public class FCC_SalesInvoiceVoucherReportDP extends SrsReportDataProviderPreProcessTempDB { FCC_SalesInvoiceVoucherTmp salesInvoiceVoucherTmp; FCC_SalesInvoiceVoucherLineTmp salesInvoiceVoucherLineTmp; GeneralJournalAccountEntry generalJournalAccountEntry,generalJournalAccountEntryLoc; CustInvoiceJour custInvoiceJour; SalesLine ...