[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BackgroundImage

BackgroundImage Class

Represents a background image for the style.

Inheritance
BackgroundImage
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class BackgroundImage : IValidateable, ICloneable

Constructors

Name Description
BackgroundImage()

Initializes a new instance of the BackgroundImage class.

Properties

Name Description
BackgroundRepeat

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).

MIMEType

Gets or sets the MIMEType for the image.

Source

Gets or sets a source of the image.

Value

Gets or sets the value of the background image (see Source).

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the BackgroundImage object.

Extension Methods