Ejemplo n.º 1
0
        private void bClose_Click(object sender, EventArgs e)
        {
            RdlDesignerForm rd = this.Parent as RdlDesignerForm;

            if (rd == null)
            {
                return;
            }
            rd.ShowProperties(false);
        }
Ejemplo n.º 2
0
        public DialogToolOptions(RdlDesignerForm rdl)
        {
            _RdlDesigner = rdl;
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            Init();
            return;
        }