14 lines
303 B
VB.net
14 lines
303 B
VB.net
Imports GrapeCity.ActiveReports
|
|
Imports GrapeCity.ActiveReports.Document
|
|
|
|
Public Class rptSUBWESTIIAktNEU
|
|
|
|
Public Sub hideBG()
|
|
Me.BG.Visible = False
|
|
End Sub
|
|
|
|
Private Sub rptSUBWESTIIAkt_ReportStart(sender As Object, e As EventArgs) Handles MyBase.ReportStart
|
|
|
|
End Sub
|
|
End Class
|