MapSubItem.BottomMargin Property

Gets the bottom margin for the subitem.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property BottomMargin As ReportSizeProperty 
    Get
'Usage
Dim instance As MapSubItem 
Dim value As ReportSizeProperty 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the bottom margin for the subitem.

See Also

Reference

MapSubItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace