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

In This Topic
    PropertyDrawingContents Class Members
    In This Topic

    The following tables list the members exposed by PropertyDrawingContents.

    Public Properties
     NameDescription
    Public PropertyThe display of the picture can be adjusted here.  
    Public Property  
    Public Property  
    Public PropertyGets or sets file path and name of a drawing file. Is only evaluated if Mode is set to "0".  
    Public PropertyGets or sets file formula for the drawing, e.g. "Drawing('c:\\myPicture.bmp')". Is only evaluated if Mode is set to "1".  
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public Property

    Gets or sets the source mode for the drawing (FileInfo, Formula, Variable). Possible values are:

     

    Value Meaning
    0 File name
    1 Formula
    2 Variable

     
    Public Property  
    Public Property

    Gets or sets the name of a variable of LlFieldType.Drawing to be displayed. Is only evaluated if Mode is set to "2".

     
    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 DomItem)
    Public Method (Inherited from DomItem)
    Public Method (Inherited from DomItem)
    Top
    See Also