Partager via


Propriété MapSubItem.RightMargin

Gets the right margin for the subitem.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RightMargin As ReportSizeProperty 
    Get
'Utilisation
Dim instance As MapSubItem 
Dim value As ReportSizeProperty 

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

Valeur de propriété

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

Voir aussi

Référence

MapSubItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering