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

In This Topic
    Log Property (C1FlexReport)
    In This Topic
    Gets the C1.Xaml.Document.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