Partager via


Propriété Paragraphs

Collection of Paragraph elements.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Paragraphs As ParagraphCollection
    Get
'Utilisation
Dim instance As TextBox
Dim value As ParagraphCollection

value = instance.Paragraphs
public ParagraphCollection Paragraphs { get; }
public:
property ParagraphCollection^ Paragraphs {
    ParagraphCollection^ get ();
}
member Paragraphs : ParagraphCollection
function get Paragraphs () : ParagraphCollection