Compartir a través de


ChartThreeDProperties.GapDepth Propiedad

Percent depth gap between 3D bars and columns

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property GapDepth As ReportExpression(Of Integer)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

ChartThreeDProperties Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel