This sample illustrates how to customize the wizard in the End-User Designer.
Question Comments
Added By: Jon 9 at: 10/23/2014 5:08:13 AM
Is there any further documentation on how to customize the new report wizard. This sample code would really benefit from some comments... I can see why it has attracted down votes - it isn't really sufficient.
Added By: Ingvar (DevExpress Support) at: 10/23/2014 6:28:50 AM Hi Jon,I agree with you that we need to prepare documentation related to our Report Wizard. I have created a separate request and forwarded it to our developers. You can track our progress in the following ticket:
Documentation - Provide informative help topics on how to customize Report Wizard introduced in v14.1Added By: Jon 9 at: 10/23/2014 6:37:12 AM
Great, thanks! Will look forward to it.
Added By: Scott Bogash 1 at: 12/5/2014 9:19:21 AMCan you please update this example to work with v2014 vol 2.3. Thank you
Added By: Scott Bogash 1 at: 12/30/2014 11:43:37 AMCan you please update this example to work with v2014 vol 2.3. Thank you
Added By: Andrew L (DevExpress Support) at: 12/30/2014 1:09:06 PMHello Scott,
We are working hard on this problem and we will do our best to prepare this sample to work with our next minor release, 2014.2.4.
Hello Scott,
We have found an issue in our 2014.2.4 release, which prevents us from publishing the sample. Please install the hot fix provided in the The Wizard Customization example (T140683) cannot be compiled thread and review the updated samples (in that thread).
Can you please tell me how can I create a custom view for custom wizard?
I noticed that the views in the example (ChoosePersonsPageView2) were created in Designer.
And they have specific controls (DevExpress.DataAccess.UI.Wizard.BackButton).
But I can't find them in Toolbox.Added By: Jannet (DevExpress Support) at: 3/24/2016 10:20:03 AM
Hello,
To process your recent post more efficiently, I created a separate ticket on your behalf: T360326: How to create a custom view for custom wizard. This ticket is currently in our processing queue and will be addressed shortly.
[VB.NET]PublicFunction GetStaticPersons() As IList(Of Person)ReturnNew List(Of Person)({New Person() With {.FirstName = "John", .SecondName = "Abbot"}, New Person() With {.FirstName = "Paul", .SecondName = "Bass"}, New Person() With {.FirstName = "George", .SecondName = "Chance"}})EndFunction