ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / ExecutionTime Property

In This Topic
    ExecutionTime Property
    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 System.Date
    public System.DateTime ExecutionTime {get;}
    See Also