Partager via


Propriété Paragraphs

Collection of Paragraph elements.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Paragraphs As IList(Of Paragraph)
    Get
    Set
'Utilisation
Dim instance As Textbox
Dim value As IList(Of Paragraph)

value = instance.Paragraphs

instance.Paragraphs = value
public IList<Paragraph> Paragraphs { get; set; }
public:
property IList<Paragraph^>^ Paragraphs {
    IList<Paragraph^>^ get ();
    void set (IList<Paragraph^>^ value);
}
member Paragraphs : IList<Paragraph> with get, set
function get Paragraphs () : IList<Paragraph>
function set Paragraphs (value : IList<Paragraph>)

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'Paragraph> ) > ) >
An IList object.