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

In This Topic
    PropertyRepresentationCodes Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets the character used to end an expression. By default, a closing chevron is used.  
    Public PropertyGets or sets the character used to separate two expressions. By default, a pipe is used.  
    Public PropertyGets or sets the character used to begin an expression. By default, an opening chevron is used.  
    Public PropertyGets or sets the character used to separate the lines in the expression assistant. Usually this character will not be displayed. Default: "¤" (code 164).  
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public PropertyGets or sets the character used to prevent a line wrap between two characters. Default: code 3.  
    Public PropertyGets or sets the character used to mark a possible line wrap position.  Default: code 2.  
    Public PropertyGets or sets the character used as carriage return. Default: "¶" (code 182).  
    Public PropertyGets or sets the character used as tab character. Default:  "÷" (code 247).  
    Top
    See Also