Freigeben über


TextBox.Paragraphs-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

TextBox Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace