MS
This commit is contained in:
9
WISAG_PM_REPORT/XtraReport3.vb
Normal file
9
WISAG_PM_REPORT/XtraReport3.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
Public Class XtraReport3
|
||||
Private Sub GroupHeaderBand3_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles GroupHeaderBand3.BeforePrint, Detail.BeforePrint, GroupHeaderBand1.BeforePrint
|
||||
Dim oGroupType As String = GetCurrentColumnValue("GroupType")
|
||||
Dim oGroupTypeID As Integer = GetCurrentColumnValue("GroupTypeID")
|
||||
If oGroupType = "HEAD" Then
|
||||
e.Cancel = True
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user