adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IObjectConfigurationReportWriter Interface / AddField Method
The internal name for the field
The display name for the field
The current value of the field


In This Topic
    AddField Method
    In This Topic
    Adds a field to the report
    Syntax
    'Declaration
     
    
    Sub AddField( _
       ByVal fieldName As String, _
       ByVal displayName As String, _
       ByVal value As Object _
    ) 

    Parameters

    fieldName
    The internal name for the field
    displayName
    The display name for the field
    value
    The current value of the field
    See Also