Public Class srptRetail
Inherits GrapeCity.ActiveReports.SectionReport
Public Sub New()
MyBase.New()
InitializeReport()
End Sub
#Region "ActiveReports Designer generated code"
Public ds As GrapeCity.ActiveReports.Data.OleDBDataSource = Nothing
Public Sub InitializeReport()
Me.LoadLayout(Me.GetType, "GPS.srptRetail.rpx")
Me.ds = CType(Me.DataSource, GrapeCity.ActiveReports.Data.OleDBDataSource) |