using FastReport.Dialog; using System.Windows.Forms; namespace FastReport.Engine { public partial class ReportEngine { #region Private Methods private bool RunDialogs() { return true; } #endregion Private Methods } }