Coverflow Class

Represents a band navigation style in which a flow of images is integrated the navigation of the tablix band.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Navigation
    Microsoft.ReportingServices.OnDemandReportRendering.Coverflow

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

Syntax

'Declaration
Public NotInheritable Class Coverflow _
    Inherits Navigation
'Usage
Dim instance As Coverflow
public sealed class Coverflow : Navigation
public ref class Coverflow sealed : public Navigation
[<SealedAttribute>]
type Coverflow =  
    class 
        inherit Navigation 
    end
public final class Coverflow extends Navigation

The Coverflow type exposes the following members.

Properties

  Name Description
Public property NavigationItem Gets the navigation item to use to draw the cover flow navigation layout.
Public property Slider Gets the slider settings for 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

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