ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader Namespace / WhitespaceHandling Enumeration

In This Topic
    WhitespaceHandling Enumeration
    In This Topic
    Specifies how white space is handled. (Not defined in PORTABLE framework, so we added it here).
    Syntax
    'Declaration
     
    Public Enum WhitespaceHandling 
       Inherits System.Enum
    public enum WhitespaceHandling : System.Enum 
    Members
    MemberDescription
    All 
    None 
    Significant 
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.RenderingTree.Components.FormattedText.SgmlReader.WhitespaceHandling

    See Also