Свойство Report.BottomMargin

Gets the width of the bottom margin.

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

Синтаксис

'Декларация
Public ReadOnly Property BottomMargin As ReportSize 
    Get
'Применение
Dim instance As Report 
Dim value As ReportSize 

value = instance.BottomMargin
public ReportSize BottomMargin { get; }
public:
property ReportSize^ BottomMargin {
    ReportSize^ get ();
}
member BottomMargin : ReportSize
function get BottomMargin () : ReportSize

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

Тип: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize object that contains the width of the bottom margin of the report.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.ReportRendering