FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class / Log Property

In This Topic
    Log Property (C1DocumentSource)
    In This Topic
    Gets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc).
    Syntax
    'Declaration
     
    Public ReadOnly Property Log As LogEntryList
    public LogEntryList Log {get;}
    See Also