ServerInfoHeader Members
Include Protected Members
Include Inherited Members
Represents information about the report server.
The ServerInfoHeader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerInfoHeader() | Initializes a new instance of the ServerInfoHeader class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Actor | (Inherited from SoapHeader.) | |
AnyAttr | Gets or sets an array of SOAP attributes. | |
DidUnderstand | (Inherited from SoapHeader.) | |
EncodedMustUnderstand | (Inherited from SoapHeader.) | |
EncodedMustUnderstand12 | (Inherited from SoapHeader.) | |
EncodedRelay | (Inherited from SoapHeader.) | |
MustUnderstand | (Inherited from SoapHeader.) | |
Relay | (Inherited from SoapHeader.) | |
ReportServerDateTime | Returns the current date and time of the report server. Read-only. | |
ReportServerEdition | Gets the edition of the report server. The different editions of Reporting Services include Developer, Evaluation, Enterprise, and Standard editions. | |
ReportServerVersion | Gets the full version string of the report server. | |
ReportServerVersionNumber | Gets the version string of the report server. Read-only. | |
Role | (Inherited from SoapHeader.) |
Top