Files
2026-04-07 14:36:24 +02:00

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();
}
}
}