Udostępnij za pośrednictwem


Właściwość ChartThreeDProperties.GapDepth

Procent głębokość przerwy między 3D i ścianach

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property GapDepth As ReportExpression(Of Integer)
    Get
    Set
'Użycie
Dim instance As ChartThreeDProperties
Dim value As ReportExpression(Of Integer)

value = instance.GapDepth

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