Sets the measurable or quantifiable fact objects that makes up the body of the report. Interactive Reporting quantifies values by group header and dimension. If you have a descriptive numeric value that should not be calculated, such as Retail Price or Target Sales, use the table dimension object instead of a fact object.
This example shows how to remove the Unit Sales object from table facts:
ActiveDocument.Sections["Report"].Body.Tables["Table"].Facts["Unit Sales"].Remove()
This example shows how to align horizontal text to the left within a fact column:
ActiveDocument.Sections["Report"].Body.Tables["Table"].Facts["Amount Sales"].HorizontalAlignment = bqAlignLeft
This example shows how not to display the column total for the Unit Sales fact object:
Move(LabelNameBefore as String), Remove()
Read-write: BackgroundAlternateColor as BqColorType, BackgroundAlternateFrequency as Number, BackgroundColor as BqColorType, BackgroundAlternateColor as Boolean, DataFunction as BqDataFunction, HorizontalAlignment as BqHorizontalAlignment, NumberFormat as String, ShowColumnTotal as Boolean, SuppressDuplicates as Boolean, TextWrap as Boolean, VerticalAlignment