Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / BackgroundImage Class
Properties Methods


In This Topic
    BackgroundImage Class Members
    In This Topic

    The following tables list the members exposed by BackgroundImage.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating how the background image should fill the available space. BackgroundRepeatType.Default is treated as Fit within Chart and as Repeat elsewhere (unless another default behavior is specified in the definition of the containing element).  
    Public PropertyGets or sets the MIMEType for the image. This property is required if Source is ImageSource.Database. Otherwise this property is ignored.  
    Public PropertyGets or sets the position of the background image with BackgroundRepeat set to BackgroundRepeatType.Clip. Used only for background images within Chart.  
    Public PropertyGets or sets the image source.  
    Public PropertyGets or sets the color to treat as transparent in the background image. Used only for background images within Chart.  
    Public PropertyGets or sets a value specifying the image. That value is interpreted depending on the Source property.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another BackgroundImage to the current object.  
    Public MethodClears the current object, sets all properties to their default values.  
    Top
    See Also