This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class Formatting
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Formatting

The type exposes the following members.

Public Constructors

  Name Description
Public method Formatting
Constructor

Public Methods

  Name Description
Public method ApplyFormatting Overloaded.
Public method ApplyResultFormatting
Applies the result formatting.
Public method Clone
Creates a new object that is a copy of the current instance.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsUserDefined
Determines whether one or more of the formatting properties are set.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Advanced
Gets or sets the advanced formatting parameters.
Public property MaxRows
Gets or sets the number of rows that will be formatted.
Public property ResultFormat
Gets or sets the ResultFormat. The ResultFormat is applied to final output of the module.
Public property RowDelimiter
Gets or sets the RowDelimiter used between two rows. (Used only when no formatting Xml is supplied.)
Public property RowFormat
Gets or sets the RowFormat used for each row. (Used only when no formatting Xml is suppplied.)
Public property SkipRows
Gets or sets the number of the first row that will be formatted.
Public property Trim
Gets or sets the trim mode used for formatting.
Public property Whitespace
Gets or sets the whitespace mode used for formatting.

See Also

Advanced