Udostępnij przez


Właściwość Report.RightMargin

Pobiera szerokość lewego marginesu.

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

Składnia

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

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

Wartość właściwości

Typ: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize obiektu zawierającego szerokość marginesów na prawej stronie.