ItemNamespaceHeader Class

Definition

Represents the identifier that is used to retrieve item properties.

public ref class ItemNamespaceHeader : System::Web::Services::Protocols::SoapHeader
public class ItemNamespaceHeader : System.Web.Services.Protocols.SoapHeader
type ItemNamespaceHeader = class
    inherit SoapHeader
Public Class ItemNamespaceHeader
Inherits SoapHeader
Inheritance
ItemNamespaceHeader

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

Name Description
ItemNamespaceHeader()

Instantiates a new instance of an ItemNamespaceHeader class.

Properties

Name Description
AnyAttr

Gets or sets an array of SOAP attributes.

ItemNamespace

Specifies the identifier to use when retrieving item properties.

Applies to