共用方式為


TextRun.IndexInParagraph 屬性

Gets or sets the text run's index in the paragraph.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property IndexInParagraph As Integer 
    Get 
    Set
'用途
Dim instance As TextRun 
Dim value As Integer 

value = instance.IndexInParagraph

instance.IndexInParagraph = value
public int IndexInParagraph { get; set; }
public:
virtual property int IndexInParagraph {
    int get () sealed;
    void set (int value) sealed;
}
abstract IndexInParagraph : int with get, set 
override IndexInParagraph : int with get, set
final function get IndexInParagraph () : int 
final function set IndexInParagraph (value : int)

屬性值

型別:System.Int32
The text run's index in the paragraph.

請參閱

參考

TextRun 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間