Свойство BottomMargin
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
The bottom margin of the cell.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property BottomMargin As ReportExpression(Of Integer)
Get
Set
'Применение
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.BottomMargin
instance.BottomMargin = value
public ReportExpression<int> BottomMargin { get; set; }
public:
property ReportExpression<int> BottomMargin {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member BottomMargin : ReportExpression<int> with get, set
function get BottomMargin () : ReportExpression<int>
function set BottomMargin (value : ReportExpression<int>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.