17 lines
348 B
C#
17 lines
348 B
C#
using DevExpress.XtraReports.UI;
|
|
using System;
|
|
using System.Collections;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
|
|
namespace TestDevExpress.Components.Reports
|
|
{
|
|
public partial class XtraReport1 : DevExpress.XtraReports.UI.XtraReport
|
|
{
|
|
public XtraReport1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|