adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / GetConfigurationReport Method / GetConfigurationReport(Boolean) Method
If true, returns a full HTML document containing the report for this object. If false, returns only an HTML fragment.


In This Topic
    GetConfigurationReport(Boolean) Method
    In This Topic
    Generates a report showing the settings for the object.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overloads Function GetConfigurationReport( _
       ByVal fullDocument As Boolean _
    ) As String
    [NotNull()]
    public string GetConfigurationReport( 
       bool fullDocument
    )
    [NotNull()]
    public:
    String^ GetConfigurationReport( 
       bool fullDocument
    ) 

    Parameters

    fullDocument
    If true, returns a full HTML document containing the report for this object. If false, returns only an HTML fragment.
    See Also