Represents a results set in a Table Catalog.
Note: | The Add method for CubeQuery "download to results" dependent reporting sections (Chart, Pivot, Table, Report) does not accept the CubeQuery "Query" section name as the dependent section argument. This is different from use of the Add method with a relational Query section. With CubeQuery, you must use the downloaded "Results" section as the dependent section argument. |
This example shows how to add local results set to Data Models:
//Results Object ResultSetName=ActiveDocument.Sections["Query2"].DataModel.Catalog.Results["Results2"].Name
Activate(), Copy(), Duplicate, Export([optional] Filename as String, [optional] FileFormat as BqExportFileFormat, [optional] IncludeHeaders as Boolean, [optional] Prompt as Boolean, ExportToStream([optional] Filename as String, [optional] FileFormat as BqExportFileFormat, IncludeHeaders as Boolean, [optional] DataStreaming as Boolean, [optional] Prompt as Boolean), GetCell( nRow as Number, nCol as Number), PrintOut([optional] FromPage as Number, [optional] ToPage as Number, [optional] Copies as Number, [optional] Filename as String, [optional] Prompt as Boolean), Recalculate{}, Remove{}
Read-only: Property Active as Boolean, Property RowCount as Number, Property Type as BqSectionType
Read-write: Property BackgroundAlternateColor as BQColorType, Property BackgroundAlternateFrequency as Number, Property BackgroundColor as BqColorType, BackgroundShowAlternateColor as Boolean, Property BorderColor as BqColorType, Property BorderWidth as Number, Property CSSExport as Boolean, Property ExportWithoutQuotes as Boolean, Property HTMLExportBreakRowCount as Number, Property, Property HTMLVerticalPageBreakEnabled as Boolean, Property HTMLVerticalPageBreakUnits as BqHTMLPageBreakUnits, Property LastPrinted, Property Name as String, Property OfficeHTMLFormulasEnabled as Boolean, Property ShowOutliner as Boolean, Property ShowRowNumbers as Boolean, Property ShowSortLine as Boolean, Property Visible as Boolean
UserValues as UserValuesColumns As Columns, Limits as Limits, SortItems as SortItems
ParentSection