Share via


ChartThreeDProperties.GapDepth Property

Percent depth gap between 3D bars and columns

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property GapDepth As ReportExpression(Of Integer)
    Get 
    Set
'Usage
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>)

Property Value

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

See Also

Reference

ChartThreeDProperties Class

Microsoft.ReportingServices.RdlObjectModel Namespace