Compartilhar via


Propriedade do RDL ServerInfoHeader.ReportServerTimeZoneInfo

Gets the time zone information for the report server.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Property ReportServerTimeZoneInfo As TimeZoneInformation 
    Get 
    Set
'Uso
Dim instance As ServerInfoHeader 
Dim value As TimeZoneInformation 

value = instance.ReportServerTimeZoneInfo

instance.ReportServerTimeZoneInfo = value
public TimeZoneInformation ReportServerTimeZoneInfo { get; set; }
public:
property TimeZoneInformation^ ReportServerTimeZoneInfo {
    TimeZoneInformation^ get ();
    void set (TimeZoneInformation^ value);
}
member ReportServerTimeZoneInfo : TimeZoneInformation with get, set
function get ReportServerTimeZoneInfo () : TimeZoneInformation 
function set ReportServerTimeZoneInfo (value : TimeZoneInformation)

Valor da propriedade

Tipo: ReportService2006.TimeZoneInformation
A TimeZoneInformation object that contains the time zone information for the report server.

Consulte também

Referência

ServerInfoHeader Classe

Namespace ReportService2006