Compartilhar via


Classe ChartThreeDProperties

Contains the properties for 3-D layout.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDProperties

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

Sintaxe

'Declaração
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

O tipo ChartThreeDProperties expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade 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.
Propriedade pública DepthRatio Gets an expression that evaluates to the ratio (in percent) between depth and width.
Propriedade pública Enabled Gets an expression that evaluates to a value that indicates whether a chart is displayed in 3-D.
Propriedade pública GapDepth Gets an expression that evaluates to the percent depth gap between 3-D bars and columns.
Propriedade pública Inclination Gets an expression that evaluates to the inclination angle.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Perspective Gets an expression that evaluates to the percent of perspective.
Propriedade pública ProjectionMode Gets an expression that evaluates to the projection mode used for the 3-D rendering.
Propriedade pública Rotation Gets an expression that evaluates to the rotation angle.
Propriedade pública Shading Gets an expression that evaluates to the type of 3-D shading.
Propriedade pública WallThickness Gets an expression that evaluates to the percent thickness of outer walls.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering