Del via


ChartLegendCustomItemCell.BottomMargin Property

This API supports the infrastructure and is not intended to be used directly from your code.

The bottom margin of the cell.

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

Syntax

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