Search Results for

    Show / Hide Table of Contents

    Struct StyleRec

    Namespace: FastReport.Olap.Export.Odf
    Assembly: FastReport.Olap.dll
    Syntax
    public struct StyleRec

    Constructors

    StyleRec(Int32, Int32, Alignment, FormatBase)

    Declaration
    public StyleRec(int id, int index, Alignment alignment, FormatBase format)
    Parameters
    Type Name Description
    System.Int32 id
    System.Int32 index
    Alignment alignment
    FormatBase format

    Properties

    Alignment

    Declaration
    public readonly Alignment Alignment { get; }
    Property Value
    Type Description
    Alignment

    Format

    Declaration
    public readonly FormatBase Format { get; }
    Property Value
    Type Description
    FormatBase

    Id

    Declaration
    public readonly int Id { get; }
    Property Value
    Type Description
    System.Int32

    Index

    Declaration
    public readonly int Index { get; }
    Property Value
    Type Description
    System.Int32
    Back to top © 1998-2024 Copyright Fast Reports Inc.