ActiveReports Developer 7
BackgroundImage Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : BackgroundImage Class

Glossary Item Box

The following tables list the members exposed by BackgroundImage.

Public Constructors

 NameDescription
Public ConstructorBackgroundImage ConstructorInitializes a new instance of the BackgroundImage class.  
Top

Public Properties

 NameDescription
Public PropertyBackgroundRepeat

Gets or sets a value indicating how the background image repeats to fill the available space: vertically (RepeatY), horizontally (RepeatX), both (Repeat), or neither (NoRepeat).

 
Public PropertyMIMEType

Gets or sets the MIMEType for the image.

 
Public PropertySource

Gets or sets the source of the image.

 
Public PropertyValueGets or sets the value of the background image.  
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the BackgroundImage object.  
Top

See Also