Create a SSRS report for VendPurchReceivingLog
Today we have a requirement to create a VendPurchReceivingLog ssrs report :- 1) Create a Contract class AVAVendPurchReceivingLogContract. 2) Create a DP class AVAVendPurchReceivingLogDP. 1) Create a Contract class AVAVendPurchReceivingLogContract. :- 1) Create a Contract class AVAVendPurchReceivingLogContract. /// <summary> /// The <c>AVAVendPurchReceivingLogContract</c> class contains all the parameters needed for the report. /// </summary> [ DataContractAttribute ] public class AVAVendPurchReceivingLogContract implements SysOperationValidatable { FromDate fromDate; ToDate toDate; [ DataMemberAttribute(identifierStr(FromDate)), SysOperationDisplayOrderAttribute('1'), SysOperationLabelAttribute(literalStr("@SYS5209")) ] public FromDate parmFromDate...