adtaphol2522 โพสต์ 2020-6-6 11:33:37

ActiveReport กับการทำ Grouping Header

Active report สำหรับ vs2010 สามาถทำรายยงานแยกประเภทได้ใหมครับ จากตัวอย่างที่เป็น VB

Select Case frmPrintEmployee.cmbPrint.ListIndex
            Case 0
            'GroupHeader1.GroupValue = dcRptData.Recordset("DepartmentName")
            Case 1
                GroupHeader1.GroupValue = dcRptData.Recordset("DepartmentName")
            Case 2
                GroupHeader1.GroupValue = dcRptData.Recordset("PositionName")
      End Select


แต่ใน.net ไม่มี .GroupValue
จะสามารถใช้วิธีใหนได้บ้างครับ
ขอบคุณครับ

thongkorn โพสต์ 2020-6-6 18:38:42

ดูได้จากที่นี่เลยครับ การจัดกลุ่มรายงานให้กับ ActiveReports แบบวิธีการ UnBound Data

adtaphol2522 โพสต์ 2020-6-7 08:54:23

ขอบคุณครับ อาจารย์
:loveliness:
หน้า: [1]
ดูในรูปแบบกติ: ActiveReport กับการทำ Grouping Header