Search Results for

    Show / Hide Table of Contents

    TReportTag Record

    Tags used in reports.

    Syntax

    Unit: FlexCel.Report

    TReportTag = record;

    Methods

    Name Description
    TryGetTag All available tags.
    TryGetTagParams Number of params for all available tags.
    ConfigTag Returns a particular configuration tag.
    ApplyFormatTag Modifies a format.(For example "Font-Name").
    ConfigTagParams Returns the parameters for a particular configuration tag.

    Properties

    Name Description
    StrOpen Open a Tag.
    StrOpenHLink **WARNING**Excel2003 does not let you write this either on hyperlinks, so use StrOpenHLink2.
    Open an Hyperlink Tag. As we can't use # on hyperlink texts, this gives an alternative.
    StrOpenHLink2 Open an Hyperlink Tag. As we can't use # on hyperlink texts, this gives an alternative.
    StrClose Close a Tag.
    StrCloseHLink Close an Hyperlink Tag. As we can't use # on hyperlink texts, this gives an alternative.
    ParamDelim Function delimiter. (for example: "<#if(xx ; yy ; zz)>
    StrOpenParen Open Parenthesis.
    StrCloseParen Close Parenthesis.
    StrQuote Quote.
    DbSeparator "."
    StrFullDs "*"
    StrFullDsCaptions "**"
    StrDeleteLastRow "X"
    StrDontInsertRanges "FIXED"
    StrDataSetAlias "ALIAS"
    StrDataSetAlias2 "..ALIAS.."
    StrExcludeSheet "."
    Relationship​Separator "->"
    InternalDB "_​_​#​#​INT_​RNAL_​"
    StrRowCountColumn "#RecordCount"
    StrRowPosColumn "#RecordPos"
    StrShow "Show"
    StrHide "Hide"
    StrVeryHide "Very Hide"
    StrAutofit "Autofit"
    StrAutofitOn "All"
    StrAutofitOff "Selected"
    StrKeepAutofit "Keep"
    StrDontKeepAutofit "Fixed"
    StrAutofitModeFirst "First"
    StrAutofitModeLast "Last"
    StrAutofitModeNone "None"
    StrAutofitMode​Balanced "Balanced"
    StrDefinedLocal "Local"
    StrDefinedGlobal "Global"
    StrRelativeDelete "Relative"
    StrFullDelete "Full"
    StrStaticInclude "Static"
    StrDynamicInclude "Dynamic"
    StrCopyRows "R"
    StrCopyCols "C"
    StrCopyRowsAndCols "RC"
    StrAlignLeft "LEFT"
    StrAlignCenter "Center"
    StrAlignRight "Right"
    StrAlignTop "Top"
    StrAlignBottom "Bottom"
    StrInRow "InRow"
    StrInCol "InCol"
    StrDontGrow "DontGrow"
    StrDontShrink "DontShrink"
    StrAggSum "Sum"
    StrAggAvg "Avg"
    StrAggMax "Max"
    StrAggMin "Min"
    StrAggCount "Count"
    StrDbStart "["
    StrDbEnd "]"
    RowRange1 Range delimiter.
    RowFull1 Range delimiter.
    RowRange2 Range delimiter.
    RowFull2 Range delimiter.
    ColRange1 Range delimiter.
    ColFull1 Range delimiter.
    ColRange2 Range delimiter.
    ColFull2 Range delimiter.
    CrossTabRange1 Range delimiter.
    CrossTabRange2 Range delimiter.
    CrossTabFull1 Range delimiter.
    CrossTabFull2 Range delimiter.
    KeepRowsTogether Named Range starting with KeepRows_
    KeepColsTogether Named Range starting with KeepColumns_
    StrEndKeepTogether End of tag for keeprowstogether and keepcolstogether
    TagTableKeys List of tag ids.
    StrEqual =
    StrConfigSheet CONFIG
    StrDebug DEBUG
    StrErrorsInResult​File ERRORSINRESULTFILE
    StrDebugIntelligent​Page​Breaks DEBUGINTELLIGENTPAGEBREAKS
    StrSemiAbsolute​References SEMIABSOLUTEREFERENCES
    StrAbsoluteReferences ABSOLUTEREFERENCES
    SwapSeries SWAP SERIES
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com