Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / ExecutionTime Property

In This Topic
    ExecutionTime Property (C1RdlReportBase)
    In This Topic
    Gets the date/time when the report began generating. If this is a subreport then the master report's ExecutionTime is returned.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExecutionTime As Date
    public DateTime ExecutionTime {get;}
    See Also