|
using System;
|
|
using System.Drawing;
|
|
using System.Collections;
|
|
using System.ComponentModel;
|
|
using DevExpress.XtraReports.UI;
|
|
|
|
namespace EnVisage.Reports
|
|
{
|
|
public partial class ForecastRevenueReport : ReportBase
|
|
{
|
|
public ForecastRevenueReport()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
}
|
|
}
|