Свойство TopMargin

Gets the calculated value of the TopMargin property in a ChartLegendCustomItemCell class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property TopMargin As Integer
    Get
'Применение
Dim instance As ChartLegendCustomItemCellInstance
Dim value As Integer

value = instance.TopMargin
public int TopMargin { get; }
public:
property int TopMargin {
    int get ();
}
member TopMargin : int
function get TopMargin () : int

Значение свойства

Тип System. . :: . .Int32
An int value that represents the calculated value of the TopMargin property.