Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ReportingServices reportingService = new ReportingServices(context);
- Summary1099 reportSearchQuery = new Summary1099();
- reportSearchQuery.ReportBasis = Intuit.Ipp.Data.Qbd.ReportBasisEnum.Accrual;
- reportSearchQuery.ReportBasisSpecified = true;
- reportSearchQuery.Items = new object[] { DateMacro.All };
- reportSearchQuery.ItemsElementName = new ItemsChoiceType6[] {ItemsChoiceType6.DateMacro};
- reportSearchQuery.UseThresholds = false;
- Report summary1099report = reportingService.Summary1099Report(reportSearchQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement