Paragraph.RightIndent 属性

Gets an expression that evaluates to the indentation from the right edge of the Textbox, less the 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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the indentation from the right edge of the Textbox, less the right padding.

请参阅

参考

Paragraph 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间