combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyFillingExt Class
Properties Methods

In This Topic
    PropertyFillingExt Class Members
    In This Topic

    The following tables list the members exposed by PropertyFillingExt.

    Public Properties
     NameDescription
    Public PropertyGets or sets the opacity of the filling. Values range between "0" (transparent) and "100" (opaque).  
    Public PropertyGets or sets the color for the filling, e.g. "RGB(255,0,0)". (Inherited from combit.Reporting.Dom.PropertyFilling)
    Public PropertyGets or sets the end color for the gradient.  
    Public PropertyGets or sets the intermediate color for the gradient (if a two part gradient is chosen).  
    Public Property (Inherited from PropertyFilling)
    Public PropertyGets or sets a pattern for the gradient. Values may range between 0 and 145.  
    Public Property

    Gets or sets the style of the filling. Possible values are

     

    Value Meaning
    0 transparent
    1 solid / fixed color
    2 horizontal gradient (only for PropertyFillingExt)
    3 vertical gradient (only for PropertyFillingExt)
    4 horizontal two part gradient (only for PropertyFillingExt)
    5 vertical two part gradient (only for PropertyFillingExt)

    (Inherited from PropertyFilling)
    Top
    Public Methods
     NameDescription
    Public MethodCopies all cloneable properties from one item to another. Make sure to call ResetInformation on the modified project in order to rebuild the object model afterwards. (Inherited from combit.Reporting.Dom.DomItem)
    Public Method (Inherited from PropertyFilling)
    Public Method (Inherited from PropertyFilling)
    Public Method (Inherited from PropertyFilling)
    Top
    See Also