Reporting
Search Reporting
Contents
Overview
Release History
What's New in This Version
Installation
Quickstart
Designing Reports
Using Telerik Reporting in Applications
Telerik Reporting WCF Service
Licensing and Distribution
Standalone Report Designer
Integrated Visual Studio Report Designer UI
Best Practices
Frequently Asked Questions
Troubleshooting
For More Help
Reporting API Reference
Telerik.Reporting Namespace
Telerik.Reporting.Cache.Interfaces Namespace
Telerik.Reporting.Charting Namespace
Telerik.Reporting.Charting.Styles Namespace
Telerik.Reporting.Configuration Namespace
Telerik.Reporting.Drawing Namespace
AttributeSelector Class
AttributeSelectorBase Class
BackgroundImage Class
BackgroundRepeat Enumeration
BorderBase Class
BorderColor Class
BorderStyle Class
BorderType Enumeration
BorderWidth Class
ColorPalette Class
ConditionalFormatting Class
DescendantSelector Class
ExternalStyleSheet Class
ExternalStyleSheetCollection Class
Font Class
FormattingRule Class
HorizontalAlign Enumeration
IColorPalette Interface
ImageSizeMode Enumeration
ISelector Interface
LineStyle Enumeration
MarginsU Class
MonochromaticPalette Class
Padding Class
PageSettings Class
PictureWatermark Class
PointU Structure
RectangleU Structure
SelectorCollection Class
SizeU Structure
Style Class
StyleRule Class
StyleRuleCollection Class
StyleSelector Class
StyleSheet Class
TextWatermark Class
TypeSelector Class
Unit Structure
UnitType Enumeration
VerticalAlign Enumeration
Watermark Class
WatermarkCollection Class
WatermarkOrientation Enumeration
WatermarkPosition Enumeration
WatermarkSizeMode Enumeration
Telerik.Reporting.Drawing.Shapes Namespace
Telerik.Reporting.Expressions Namespace
Telerik.Reporting.Interfaces Namespace
Telerik.Reporting.Interfaces.Attributes Namespace
Telerik.Reporting.Paging Namespace
Telerik.Reporting.Paging.InteractiveLayout Namespace
Telerik.Reporting.Processing Namespace
Telerik.Reporting.Processing.Config Namespace
Telerik.Reporting.Processing.Graphing.CoordinateSystems Namespace
Telerik.Reporting.Service Namespace
Telerik.Reporting.Service.SilverlightClient Namespace
Telerik.Reporting.Xml Namespace
Telerik.Reporting.XmlSerialization Namespace
Telerik.ReportViewer.Common Namespace
Telerik.ReportViewer.Silverlight Namespace
Telerik.ReportViewer.WebForms Namespace
Telerik.ReportViewer.WinForms Namespace
Telerik.ReportViewer.Wpf Namespace
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
Telerik Reporting Q1 2013
BackgroundRepeat Enumeration
See Also
Send Feedback
Indicates how a background image will be repeated.
Namespace:
Telerik.Reporting.Drawing
Assembly:
Telerik.Reporting
(in Telerik.Reporting.dll)
Syntax
C#
[
FlagsAttribute
]
public
enum
BackgroundRepeat
Visual Basic
<
FlagsAttribute
> _
Public
Enumeration
BackgroundRepeat
Members
Member name
Value
Description
NoRepeat
0
The background-image will be displayed only once.
RepeatX
1
The background image will be repeated horizontally.
RepeatY
2
The background image will be repeated vertically.
Repeat
3
The background image will be repeated vertically and horizontally.
Version Information
Supported in: 1.0.1
See Also
Telerik.Reporting.Drawing Namespace