This example shows how to activate the Report section in the document:
ActiveDocument.Sections["Report"].Activate()
This example shows how to turn off the page headers for the first page in a report:
This example shows how to set the print orientation of the report:
ActiveDocument.Sections["Report"].Orientation = bqOrientationPortrait ActiveDocument.Sections["Report"].Recalculate()
Activate(), Copy(), Duplicate(), Export([optional] Filename As String, FileFormat As BqExportFileFormat [optional], [IncludeHeaders As Boolean]), ExportToStream([optional]Filename As String, [optional] FileFormat As BqExportFileFormat, [optional] IncludeHeaders as Boolean, [optional] DataStreaming as Boolean, [optional] Prompt as Boolean, [optional) Encoding as BqEncoding} , PrintOut([optional] [FromPage As Number], ToPage As Number, Copies [optional], Filename. [optional] Boolean Prompt], Recalculate(), Remove()
Read-only: Property Active As Boolean, Property LastPrinted as Date, Property Type As BqSectionType
Read-write: Property BottomMargin, CSSExport as Boolean, Property LeftMargin, Property Name As String, Property Orientation as BqOrientation, Property RightMargin, Property ShowOutliner As Boolean, Property ShowSortLine as Boolean, Property SuspendCalculation as Boolean, Property TopMargin, Property Visible As Boolean
UserValues, Groups collection, ReportHeader, ReportFooter, Body