Udostępnij za pośrednictwem


Właściwość Page.RightMargin

Pobiera szerokość prawego marginesu.

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

Składnia

'Deklaracja
Public ReadOnly Property RightMargin As ReportSize
    Get
'Użycie
Dim instance As Page
Dim value As ReportSize

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