Search Results for

    Show / Hide Table of Contents

    Class CrossViewHeader

    Represents a collection of CrossView header descriptors used in the CrossViewObject.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    CrossViewHeader
    Implements
    IFRSerializable
    Namespace: FastReport.CrossView
    Assembly: FastReport.Base.dll
    Syntax
    public class CrossViewHeader : CollectionBase, IList, ICollection, IEnumerable, IFRSerializable

    Constructors

    CrossViewHeader()

    Declaration
    public CrossViewHeader()

    Properties

    Item[Int32]

    Gets or sets the element at the specified index.

    Declaration
    public CrossViewHeaderDescriptor this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index

    Index of an element.

    Property Value
    Type Description
    CrossViewHeaderDescriptor

    The element at the specified index.

    Methods

    Deserialize(FRReader)

    Deserializes the object.

    Declaration
    public void Deserialize(FRReader reader)
    Parameters
    Type Name Description
    FRReader reader

    Reader object.

    Serialize(FRWriter)

    Serializes the object.

    Declaration
    public void Serialize(FRWriter writer)
    Parameters
    Type Name Description
    FRWriter writer

    Writer object.

    Implements

    IFRSerializable
    Back to top © 1998-2025 Copyright Fast Reports Inc.