ServerInfoHeader.ReportServerDateTime Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string ReportServerDateTime { get; set; }
public:
property String^ ReportServerDateTime {
    String^ get();
    void set(String^ value);
}
member ReportServerDateTime : string with get, set
Public Property ReportServerDateTime As String

Property Value

Type: System.String

See Also

ServerInfoHeader Class
ReportService2005 Namespace

Return to top