Compartir a través de


Clase ChartThreeDProperties

Contains the properties for 3-D layout.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDProperties

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartThreeDProperties
'Uso
Dim instance As ChartThreeDProperties
public sealed class ChartThreeDProperties
public ref class ChartThreeDProperties sealed
[<SealedAttribute>]
type ChartThreeDProperties =  class end
public final class ChartThreeDProperties

El tipo ChartThreeDProperties expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Clustered Gets an expression that evaluates to a value that indicates whether data series are clustered (displayed along distinct rows). Only applies to bar and column chart types.
Propiedad pública DepthRatio Gets an expression that evaluates to the ratio (in percent) between depth and width.
Propiedad pública Enabled Gets an expression that evaluates to a value that indicates whether a chart is displayed in 3-D.
Propiedad pública GapDepth Gets an expression that evaluates to the percent depth gap between 3-D bars and columns.
Propiedad pública Inclination Gets an expression that evaluates to the inclination angle.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Perspective Gets an expression that evaluates to the percent of perspective.
Propiedad pública ProjectionMode Gets an expression that evaluates to the projection mode used for the 3-D rendering.
Propiedad pública Rotation Gets an expression that evaluates to the rotation angle.
Propiedad pública Shading Gets an expression that evaluates to the type of 3-D shading.
Propiedad pública WallThickness Gets an expression that evaluates to the percent thickness of outer walls.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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