Compartir a través de


ChartThreeDProperties.DepthRatio Propiedad

Gets an expression that evaluates to the ratio (in percent) between depth and width.

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

Sintaxis

'Declaración
Public ReadOnly Property DepthRatio As ReportIntProperty 
    Get
'Uso
Dim instance As ChartThreeDProperties 
Dim value As ReportIntProperty 

value = instance.DepthRatio
public ReportIntProperty DepthRatio { get; }
public:
property ReportIntProperty^ DepthRatio {
    ReportIntProperty^ get ();
}
member DepthRatio : ReportIntProperty
function get DepthRatio () : ReportIntProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

Vea también

Referencia

ChartThreeDProperties Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering