Share via


TextBox.Paragraphs Property

Gets the collection of paragraph elements.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Paragraphs As ParagraphCollection 
    Get
'Usage
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

Property Value

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

See Also

Reference

TextBox Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace