Compartir a través de


TextRun.IndexInParagraph Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property IndexInParagraph As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel