Compartir a través de


MapSubItem.RightMargin Propiedad

Gets the right margin for the subitem.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property RightMargin As ReportSizeProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapSubItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering