List & Label .NET
combit.Reporting.Dom Namespace / PropertyDrawingContents Class

In This Topic
    PropertyDrawingContents Class Properties
    In This Topic

    For a list of all members of this type, see PropertyDrawingContents members.

    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
    See Also