Search Results for

    Show / Hide Table of Contents

    Class GeneralFormat

    Represents a format used to display values with no formatting.

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    FormatBase
    GeneralFormat
    Inherited Members
    FormatBase.Name
    Namespace: FastReport.Olap.Format
    Assembly: FastReport.Olap.dll
    Syntax
    public class GeneralFormat : FormatBase, IComponent, IDisposable

    Methods

    Clone()

    Creates exact copy of this format.

    Declaration
    public override FormatBase Clone()
    Returns
    Type Description
    FormatBase

    The copy of this format.

    Overrides
    FormatBase.Clone()

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    FormatValue(Object)

    Formats the specified value.

    Declaration
    public override string FormatValue(object value)
    Parameters
    Type Name Description
    System.Object value

    The value to format.

    Returns
    Type Description
    System.String

    The string that represents the formatted value.

    Overrides
    FormatBase.FormatValue(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    Load(XmlItem)

    Declaration
    public override void Load(XmlItem item)
    Parameters
    Type Name Description
    XmlItem item
    Overrides
    FormatBase.Load(XmlItem)

    Save(XmlItem)

    Declaration
    public override void Save(XmlItem item)
    Parameters
    Type Name Description
    XmlItem item
    Overrides
    FormatBase.Save(XmlItem)
    Back to top © 1998-2024 Copyright Fast Reports Inc.