Udostępnij przez


Właściwość ChartLegendCustomItemCell.TopMargin

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

Górny margines.

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

Składnia

'Deklaracja
Public Property TopMargin As ReportExpression(Of Integer)
    Get
    Set
'Użycie
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)

value = instance.TopMargin

instance.TopMargin = value
public ReportExpression<int> TopMargin { get; set; }
public:
property ReportExpression<int> TopMargin {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member TopMargin : ReportExpression<int> with get, set
function get TopMargin () : ReportExpression<int>
function set TopMargin (value : ReportExpression<int>)