Udostępnij przez


Właściwość MapSubItem.RightMargin

Pobiera prawy margines dla podpozycji.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property RightMargin As ReportSizeProperty
    Get
'Użycie
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