Bands

Description

A list of the bands in the DataWindow object. The list can include one or more of the following band identifiers, where # is the level number of a group: Detail, Footer, Header, Header.#, Summary, Trailer.#, Tree.Level.#. The items in the list are separated by tabs.

Applies to

DataWindows

Syntax

Describe argument:

"DataWindow.Bands"

Examples

Example 1

[Visual Basic]
Dim BandList As String
BandList = DW1.GetProperty("DataWindow.Bands")
BandList = DW1.Describe("DataWindow.Bands")

[C#]
string BandList;
BandList = DW1.GetProperty("DataWindow.Bands");
BandList = DW1.Describe("DataWindow.Bands");