Search Results for

    Show / Hide Table of Contents

    Class CrossViewCells

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

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

    Constructors

    CrossViewCells()

    Declaration
    public CrossViewCells()

    Properties

    Item[Int32]

    Gets or sets the element at the specified index.

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

    Index of an element.

    Property Value
    Type Description
    CrossViewCellDescriptor

    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.