ItemNamespaceHeader Class
Represents the identifier that is used to retrieve item properties.
Inheritance Hierarchy
System.Object
  System.Web.Services.Protocols.SoapHeader
    ReportService2005.ItemNamespaceHeader
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ItemNamespaceHeader _
    Inherits SoapHeader
'Usage
Dim instance As ItemNamespaceHeader
[SerializableAttribute]
public class ItemNamespaceHeader : SoapHeader
[SerializableAttribute]
public ref class ItemNamespaceHeader : public SoapHeader
[<SerializableAttribute>]
type ItemNamespaceHeader =  
    class
        inherit SoapHeader
    end
public class ItemNamespaceHeader extends SoapHeader
The ItemNamespaceHeader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ItemNamespaceHeader | Instantiates a new instance of an ItemNamespaceHeader class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Actor | (Inherited from SoapHeader.) | 
| .gif) | AnyAttr | Gets or sets an array of SOAP attributes. | 
| .gif) | DidUnderstand | (Inherited from SoapHeader.) | 
| .gif) | EncodedMustUnderstand | (Inherited from SoapHeader.) | 
| .gif) | EncodedMustUnderstand12 | (Inherited from SoapHeader.) | 
| .gif) | EncodedRelay | (Inherited from SoapHeader.) | 
| .gif) | ItemNamespace | Specifies the identifier to use when retrieving item properties. | 
| .gif) | MustUnderstand | (Inherited from SoapHeader.) | 
| .gif) | Relay | (Inherited from SoapHeader.) | 
| .gif) | Role | (Inherited from SoapHeader.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Remarks
You can use the ItemNamespaceHeader SOAP header in Reporting Services to retrieve item properties based on two different item identifiers: the full path name of the item or the ID of the item. For more information, see Setting the Item Namespace for the GetProperties Method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.