Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time zone information for the report server.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property ReportServerTimeZoneInfo As TimeZoneInformation
Get
Set
'Usage
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)
Property Value
Type: ReportService2010.TimeZoneInformation
A TimeZoneInformation object that contains the time zone information for the report server.