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 | |
---|---|---|
ReportItem | Gets the report item to use to draw the cover flow navigation layout. | |
ReportItemReference | Gets the report item reference to use to draw the cover flow navigation layout. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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