gpt4 book ai didi

c# - 如何使用 stimulreport 为每个公司重复发票

转载 作者:可可西里 更新时间:2023-11-01 03:02:21 25 4
gpt4 key购买 nike

我使用 StimulSoft 在 asp.net 中使用 c# 语言编写报告。我有一份包含 3 个列表的报告,一个作为标题列表,另外两个列表用于详细信息。这是日期范围的账单报告。问题是我不能按我喜欢的顺序重复它们;以下是我想要的列表和报告:

HaedList >> BillId,Coname,TotalPrice,InvoiceDate
ServiceList >> BillId,ServiceName,ServiceCost
ProductList >> BillId,ProductName,ProductCost

用户将输入一个日期范围,例如 2015/01/01 到 2015/01/03

--> Page 1

BillId=52 ---- CoName=Haaret

ServiceName=Repair,ServiceCost=12$
ServiceName=Cleaning,ServiceCost=2$

ProductName=DVD,ProductCost=10$
ProductName=CPU,ProductCost=60$
ProductName=VGA,ProductCost=40$

TotalPrice=124$
Tax=4$
Total >> 120$

--> Page 2
BillId=55 ---- CoName=GirBold

ServiceName=Training,ServiceCost=300$

ProductName=Pen,ProductCost=5$
ProductName=NoteBooks,ProductCost=10$

TotalPrice=315$
Tax=4$
Total >> 311$

--> Page 3

BillId=70---- CoName=DrillPort

ServiceName=Driver,ServiceCost=30$
ServiceName=Test,ServiceCost=10$

ProductName=Battery,ProductCost=35$
ProductName=Monitors,ProductCost=200$

TotalPrice=275$
Tax=4$
Total >> 271$

所以我有 3 天的时间,我应该按以下顺序打印 4 页。我的问题是 head 重复了三次,然后是 All service Printed,然后是 product,然后是 head 的 summary,如下所示:

BillId=52 ---- CoName=Haaret
BillId=70---- CoName=DrillPort
BillId=55 ---- CoName=GirBold


ServiceName=Repair,ServiceCost=12$
ServiceName=Cleaning,ServiceCost=2$
ServiceName=Driver,ServiceCost=30$
ServiceName=Test,ServiceCost=10$
ServiceName=Training,ServiceCost=300$

ProductName=DVD,ProductCost=10$
ProductName=CPU,ProductCost=60$
ProductName=VGA,ProductCost=40$
ProductName=Pen,ProductCost=5$
ProductName=NoteBooks,ProductCost=10$
ProductName=Battery,ProductCost=35$
ProductName=Monitors,ProductCost=200$

TotalPrice=124$
Tax=4$
Total >> 120$
TotalPrice=315$
Tax=4$
Total >> 311$
TotalPrice=275$
Tax=4$
Total >> 271$

以下链接包含我为我的项目制作的三个图像和报告模板。

The Sample and Three Image

最好的问候

最佳答案

你应该把BillIdCoName放在Group HeaderServiceName,ServiceCostProductNameProductCostDataTotalPriceTax 组页脚中的总计

我的系统中没有刺激,但从模板来看,您似乎没有任何组页眉或页脚。

同时检查您是否向报告数据源发送了正确的查询(使用正确的group by)。

关于c# - 如何使用 stimulreport 为每个公司重复发票,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29384507/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com