Udostępnij przez


Właściwość ChartLegendCustomItemCell.BottomMargin

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Dolny margines komórka.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property BottomMargin As ReportExpression(Of Integer)
    Get
    Set
'Użycie
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>)