using DevExpress.XtraReports.UI; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace GreenTree.Nachtragsmanagement.Web.Models.Global { public class PrintGridModel { public XtraReport Report { get; set; } } }