Condividi tramite


Proprietà TextRun.IndexInParagraph

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property IndexInParagraph As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel