Adds a new field to the collection.
Public Function Add( _
ByVal sourceName As String, _
ByVal Name As String, _
ByVal location As OrientationConstants _
) As Field| Value | Description |
|---|---|
| DCHidden | 0 The field is hidden and does not appear in the current layout. |
| DCColumn | 1 The field appears as a column in the current layout. |
| DCRow | 2 The field appears as a row in the current layout. |
| DCData | 3 The field appears as a data field in the current layout. |
| DCPage | 4 The field appears as a page field in the current layout. |
[Add method (Visual Basic)]
Dim f As DynamiCubeLibCtl.Field |
Copyright © 2007 Data Dynamics, Ltd. All rights reserved.