Example #1
0
		public ReportWizard(ReportWizardContext context)
		{
			InitializeComponent();
			this.context = context;
			baseSettingsPage = new BaseSettingsPage();
			_wizard.Items.Insert(1,baseSettingsPage);
		}
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this._wizard = ((Xceed.Wpf.Toolkit.Wizard)(target));

            #line 11 "..\..\..\..\..\src\ReportWizard\Dialog\ReportWizard.xaml"
                this._wizard.Finish += new System.Windows.RoutedEventHandler(this._wizard_Finish);

            #line default
            #line hidden

            #line 13 "..\..\..\..\..\src\ReportWizard\Dialog\ReportWizard.xaml"
                this._wizard.Next += new Xceed.Wpf.Toolkit.Wizard.NextRoutedEventHandler(this._wizard_Next);

            #line default
            #line hidden
                return;

            case 2:
                this.WelcomePage = ((ICSharpCode.Reporting.Addin.ReportWizard.Dialog.WelcomePage)(target));
                return;

            case 3:
                this.BaseSettingsPage = ((ICSharpCode.Reporting.Addin.ReportWizard.Dialog.BaseSettingsPage)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #3
0
 public ReportWizard(ReportWizardContext context)
 {
     InitializeComponent();
     this.context     = context;
     baseSettingsPage = new BaseSettingsPage();
     _wizard.Items.Insert(1, baseSettingsPage);
 }