Automatically show "new report wizard"
Automatically show "new report wizard"
Good evening.
When I show the component "StiBlazorDesigner" (Blazor Interactive Server) I would like to automatically show the "new report wizard" in certain cases.
Is there a way to do this?
Is similar to viewtopic.php?p=10142&hilit=show+wizard#p10142, but in Stimulreport for Blazor I do not find the property.
Thank you.
When I show the component "StiBlazorDesigner" (Blazor Interactive Server) I would like to automatically show the "new report wizard" in certain cases.
Is there a way to do this?
Is similar to viewtopic.php?p=10142&hilit=show+wizard#p10142, but in Stimulreport for Blazor I do not find the property.
Thank you.
-
Max Shamanov
- Posts: 1089
- Joined: Tue Sep 07, 2021 10:11 am
Re: Automatically show "new report wizard"
Hello,
We need some additional time to prepare an answer for you.
We will let you know when we get any results.
Thank you.
#19386
We need some additional time to prepare an answer for you.
We will let you know when we get any results.
Thank you.
#19386
-
Max Shamanov
- Posts: 1089
- Joined: Tue Sep 07, 2021 10:11 am
Re: Automatically show "new report wizard"
Hello,
Please try to use the following code:
Thank you.
Please try to use the following code:
Code: Select all
public StiBlazorDesignerOptions Options = new StiBlazorDesignerOptions()
{
Appearance =
{
WizardTypeRunningAfterLoad = StiWizardType.StandardReport
}
};Re: Automatically show "new report wizard"
Thank you very much. Should also be possible to open the designer showing the template chooser (without starting a specific template wizard)? This is the screen from which the user can choose the template and that I would like to automatically show in some other cases when the designer is opened:

Thank you.

Thank you.
-
Max Shamanov
- Posts: 1089
- Joined: Tue Sep 07, 2021 10:11 am
Re: Automatically show "new report wizard"
Hello,
We apologize if we did not fully understand your question.
Could you please provide more details about your issue?
Thank you.
We apologize if we did not fully understand your question.
Could you please provide more details about your issue?
Thank you.
Re: Automatically show "new report wizard"
No problem. Your first answer allows me to automatically show the wizard of the template that I programmatically choose, and that's what I needed, so that showing the component I can automatically start the wizard with a specific template:

In other cases, that was my second question, I want to show directly the templates chooser so the user can choose the desired template:

The above is the normal behavior when you do not pass any report to the component: in my case I pass an empty report to the component because the dictionary is already populated by program, the effect of passing a report to the component is that the first page is not the above one but is the following:

The first answer fulfills all my needs, I was just asking if was possible to show the template chooser if you pass an existing report (passed just to populate the dictionary).
Thank you.

In other cases, that was my second question, I want to show directly the templates chooser so the user can choose the desired template:

The above is the normal behavior when you do not pass any report to the component: in my case I pass an empty report to the component because the dictionary is already populated by program, the effect of passing a report to the component is that the first page is not the above one but is the following:

The first answer fulfills all my needs, I was just asking if was possible to show the template chooser if you pass an existing report (passed just to populate the dictionary).
Thank you.