Udostępnij przez


Właściwość Paragraph.RightIndent

Pobiera wyrażenie do wcięcia z prawej krawędzi pola tekstowego, mniej prawo uzupełnienie.

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

Składnia

'Deklaracja
Public Overridable ReadOnly Property RightIndent As ReportSizeProperty
    Get
'Użycie
Dim instance As Paragraph
Dim value As ReportSizeProperty

value = instance.RightIndent
public virtual ReportSizeProperty RightIndent { get; }
public:
virtual property ReportSizeProperty^ RightIndent {
    ReportSizeProperty^ get ();
}
abstract RightIndent : ReportSizeProperty
override RightIndent : ReportSizeProperty
function get RightIndent () : ReportSizeProperty