adTempus API
ArcanaDevelopment.adTempus.Client.ConfigurationReporting Namespace / IADTObjectConfigurationReportWriter Interface / AddRelatedObject Method
The internal name for the relation
The display name for the relation
The related object, or a null reference (Nothing in Visual Basic) if the relation does not currently have a value


In This Topic
    AddRelatedObject Method
    In This Topic
    Adds a related ArcanaDevelopment.adTempus.Client.ADTObject to the report
    Syntax
    'Declaration
     
    
    Sub AddRelatedObject( _
       ByVal relationName As String, _
       ByVal displayName As String, _
       ByVal relatedObject As ADTObject _
    ) 

    Parameters

    relationName
    The internal name for the relation
    displayName
    The display name for the relation
    relatedObject
    The related object, or a null reference (Nothing in Visual Basic) if the relation does not currently have a value
    See Also