NavigationItem Class

Represents the navigation item to use to draw the cover flow navigation layout.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.NavigationItem

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class NavigationItem
'Usage
Dim instance As NavigationItem
public sealed class NavigationItem
public ref class NavigationItem sealed
[<SealedAttribute>]
type NavigationItem =  class end
public final class NavigationItem

The NavigationItem type exposes the following members.

Properties

  Name Description
Public property ReportItem Gets the report item to use to draw the cover flow navigation layout.
Public property ReportItemReference Gets the report item reference to use to draw the cover flow navigation layout.

Top

Methods

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

Top

Remarks

Either ReportItemReference or ReportItem is specified, not both.

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

Microsoft.ReportingServices.OnDemandReportRendering Namespace