The purpose of this tutorial is to show you how to create/edit a Style in Expression Blend.
In order to create a style in Expression Blend you need to perform the following instructions:
-
Open your application in Expression Blend.
Note | |
You can open your application in Expression Blend directly from your Visual Studio. For that purpose do the following things:
- Open your Solution Explorer (View->Solution
Explorer or use the Ctrl+Alt+L shortcut)
- Select your user controls
- Right mouse button click and select
"Open in Expression Blend...".
|
-
In the "Objects and Timeline" pane (Window->Objects and Timeline) select the ReportViewer Control for which you want to create (modify) a style.
-
Expand the Object -> Edit Style menu.
You have three options here:
Caution | |
Telerik Silverlight viewer uses controls from the Telerik
XAML suites. If needed, you can replace them with any other controls.
|
See Also