Clase Coverflow
Represents a band navigation style in which a flow of images is integrated the navigation of the tablix band.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Navigation
Microsoft.ReportingServices.OnDemandReportRendering.Coverflow
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class Coverflow _
Inherits Navigation
'Uso
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
El tipo Coverflow expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
NavigationItem | Gets the navigation item to use to draw the cover flow navigation layout. | |
Slider | Gets the slider settings for the cover flow navigation layout. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering