adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / WriteToConfigurationReport Method
The report builder to write the object to.The report builder to write the object to.The report builder to write the object to.The report builder to write the object to.


In This Topic
    WriteToConfigurationReport Method (DaySpecification)
    In This Topic
    Writes the object and any contained objects to a configuration report Writes the object and any contained objects to a configuration report Writes the object and any contained objects to a configuration report Writes the object and any contained objects to a configuration report
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub WriteToConfigurationReport( _
       ByVal reportBuilder As IADTObjectConfigurationReportWriter _
    ) 
    public override void WriteToConfigurationReport( 
       IADTObjectConfigurationReportWriter reportBuilder
    )
    public:
    void WriteToConfigurationReport( 
       IADTObjectConfigurationReportWriter^ reportBuilder
    ) override 

    Parameters

    reportBuilder
    The report builder to write the object to.The report builder to write the object to.The report builder to write the object to.The report builder to write the object to.
    See Also