Condividi tramite


Proprietà MapSubItemInstance.BottomMargin

Gets the calculated value of the BottomMargin property in a MapSubItem class.

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

Sintassi

'Dichiarazione
Public ReadOnly Property BottomMargin As ReportSize 
    Get
'Utilizzo
Dim instance As MapSubItemInstance 
Dim value As ReportSize 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the BottomMargin property.

Vedere anche

Riferimento

MapSubItemInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering