| Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportMainDemo/Shape/ |
| Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportMainDemo/Shape/PreviewControl.cs |
using System;
namespace XtraReportsDemos.Shape {
public class PreviewControl : XtraReportsDemos.PreviewControl {
protected override DevExpress.XtraReports.UI.XtraReport CreateReport() {
return new Report();
}
}
}