Свойство ChartThreeDProperties.GapDepth
Percent depth gap between 3D bars and columns
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property GapDepth As ReportExpression(Of Integer)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel