共用方式為


RightIndent 屬性

Gets an expression that evaluates to the indentation from the right edge of the Textbox, less right padding.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overridable ReadOnly Property RightIndent As ReportSizeProperty
    Get
'用途
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