Condividi tramite


Proprietà MapSubItem.BottomMargin

Gets the bottom margin for the subitem.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property BottomMargin As ReportSizeProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapSubItem Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering