BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Response |
1) Is there a way to load the built in ribbon tabs into my main ribbon using MVVM? If not... |
We can extend ribbon tab in our report designer control as you want but we don’t have option to embedded our report designer ribbon tab to any other application. |
2) Is there way to add my ribbon tabs into the designer's built-in ribbon.
3) How do I access the Designer's Object model using MVVM and a ViewModel class?
|
You can able to access our report designer ribbon object in view model. Using that you can create and add your own custom ribbon tab into our report designer.
As per your requirement we have created report designer ribbon customization sample in MVVM pattern. It will be available from the below download location.
|
Thank you for the explanation and example.
One final question. Are the commands that back the ribbon controls available for me to bind to a control on my ribbon? For example, can I access the Preview command from a button I place in my application ribbon?