Hi,
I have my own base report class
public class DXBaseReport : XtraReport {}
Runtime serializing (SaveLayot method) creates repx file as XtraReport
public class DXBaseReport : DevExpress.XtraReports.UI.XtraReport {}
How i can save it as DXBaseReport or as it's inherited class?