Partager via


Propriété TextBox.Paragraphs

Gets the 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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ParagraphCollection
A ParagraphCollection object.

Voir aussi

Référence

TextBox Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering