Właściwość ServerInfoHeader.ReportServerDateTime
Zwraca bieżącą data i czas serwer raportów.Tylko do odczytu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property ReportServerDateTime As String
Get
Set
'Użycie
Dim instance As ServerInfoHeader
Dim value As String
value = instance.ReportServerDateTime
instance.ReportServerDateTime = value
public string ReportServerDateTime { get; set; }
public:
property String^ ReportServerDateTime {
String^ get ();
void set (String^ value);
}
member ReportServerDateTime : string with get, set
function get ReportServerDateTime () : String
function set ReportServerDateTime (value : String)
Wartość właściwości
Typ: System.String
Tylko do odczytu ciąg zawierające data i czas serwer raportów.