Table of Contents

ReportTag Class

Tags used in reports.

Syntax

Namespace: FlexCel.Report

public static class ReportTag

Methods

Name Description
ConfigTag Returns a particular configuration tag.
ConfigTagParams Returns the parameters for a particular configuration tag.
TryGetTag All available tags.
TryGetTagParams Number of params for all available tags.

Properties

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