Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.3 KB

styling-using-the-context-menu.md

File metadata and controls

43 lines (27 loc) · 2.3 KB
title page_title description slug tags published position previous_url
Context Menu
Styling report items using the Context Menu
Find out how you can style existing report items quickly using the context menu, instead of having to search for the style options in the property window.
telerikreporting/designing-reports/styling-reports/styling-using-the-context-menu
styling, using, the, context, menu
true
5
/style-styling-context-menu, /stylestylingcontextmenu

Styling items using the Context Menu

The context menu for a report's report item allows you to modify styles easily.

Right-clicking on a report item opens the following context menu:

Image of the context menu of a report item

Style...

The Style... option will open the Edit style dialog so that you can make changes to the formatting of the report item.

Image of the style editor window, showing the available styling properties

Copy Style

Copy Style will get all the properties of the report item's inline style and make them available into the clipboard. Inline style includes all properties of the Style class. Any style inherited from parent report item, any global styling that was applied with StyleSelectors or from external style sheets would not be copied.

Paste Style

Paste Style will apply the style that was copied using Copy Style. The style will be applied as an Inline style. This means that the report item's inline style properties will be modified to match the source item. Any global/external style/style name would not be pasted.

You can hold CTRL to select multiple report items and then use Paste Style to apply the style on all selected items.

Reset Style

If a report item's style properties were modified, clicking Reset Style will remove the inline styling. Any style inherited from parent report item, any global styling that was applied with StyleSelectors or from external style sheets would not be reset.

See Also

  • [Style Inheritance and Overriding]({%slug telerikreporting/designing-reports/styling-reports/style-inheritance-and-overriding%})
  • [Understanding Style Selectors]({%slug telerikreporting/designing-reports/styling-reports/understanding-style-selectors%})