IndexInParagraph propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property IndexInParagraph As Integer
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Int32
An int value.
Voir aussi