ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BackgroundImage Class
Properties Methods

In This Topic
    BackgroundImage Class Members
    In This Topic

    The following tables list the members exposed by BackgroundImage.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the BackgroundImage class.  
    Top
    Public Properties
     NameDescription
    Public Property

    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 Property

    Gets or sets the MIMEType for the image.

     
    Public Property

    Gets or sets the source of the image.

     
    Public Property

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

     
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the BackgroundImage object.  
    Top
    See Also