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.
DataWindows
Describe argument:
"DataWindow.Bands"
[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");