ItemNamespaceHeader Class

Definition

Represents the identifier that is used to retrieve item properties.

public ref class ItemNamespaceHeader : 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 ItemNamespaceHeader : 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 ItemNamespaceHeader = class
    inherit SoapHeader
Public Class ItemNamespaceHeader
Inherits SoapHeader
Inheritance
ItemNamespaceHeader
Attributes

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.

Constructors

ItemNamespaceHeader()

Instantiates a new instance of an ItemNamespaceHeader class.

Properties

AnyAttr

Gets or sets an array of SOAP attributes.

ItemNamespace

Specifies the identifier to use when retrieving item properties.

Applies to