ItemReference Class

Represents a reference to a catalog item.

Inheritance Hierarchy

System.Object
  ReportService2010.ItemReference

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemReference
'Usage
Dim instance As ItemReference
[SerializableAttribute]
public class ItemReference
[SerializableAttribute]
public ref class ItemReference
[<SerializableAttribute>]
type ItemReference =  class end
public class ItemReference

The ItemReference type exposes the following members.

Constructors

  Name Description
Public method ItemReference Creates a new instance of the ItemReference class.

Top

Properties

  Name Description
Public property Name Gets or sets the name of the referenced catalog item in an item definition.
Public property Reference The fully qualified URL of the referenced item including the file name (and extension in SharePoint mode).

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

ReportService2010 Namespace