Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace