Właściwość ChartThreeDProperties.DepthRatio
Współczynnik głębokości i szerokości (w procentach)
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property DepthRatio As ReportExpression(Of Integer)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> obiektu.
Zobacz także