ServerInfoHeader Class

Definition

Represents information about the report server.

public ref class ServerInfoHeader : System::Web::Services::Protocols::SoapHeader
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ServerInfoHeader : System.Web.Services.Protocols.SoapHeader
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ServerInfoHeader = class
    inherit SoapHeader
Public Class ServerInfoHeader
Inherits SoapHeader
Inheritance
ServerInfoHeader
Attributes

Constructors

ServerInfoHeader()

Initializes a new instance of the ServerInfoHeader class.

Properties

AnyAttr

Gets or sets an array of SOAP attributes.

ReportServerDateTime

Gets the date and time on the report server*.*

ReportServerEdition

Gets the edition of the report server.

ReportServerTimeZoneInfo

Gets or sets the time zone information for the report server.

ReportServerVersion

Gets the version of the report server.

ReportServerVersionNumber

Gets the version number of the report server.

Applies to