Condividi tramite


Proprietà ChartThreeDProperties.DepthRatio

Ratio (in percent)between depth and width

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property DepthRatio As ReportExpression(Of Integer)
    Get 
    Set
'Utilizzo
Dim instance As ChartThreeDProperties 
Dim value As ReportExpression(Of Integer)

value = instance.DepthRatio

instance.DepthRatio = value
public ReportExpression<int> DepthRatio { get; set; }
public:
property ReportExpression<int> DepthRatio {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member DepthRatio : ReportExpression<int> with get, set
function get DepthRatio () : ReportExpression<int>
function set DepthRatio (value : ReportExpression<int>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.

Vedere anche

Riferimento

ChartThreeDProperties Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel