Freigeben über


Coverflow-Klasse

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

Vererbungshierarchie

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

Der Coverflow-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft NavigationItem Gets the navigation item to use to draw the cover flow navigation layout.
Öffentliche Eigenschaft Slider Gets the slider settings for the cover flow navigation layout.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace