TextBox.Paragraphs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of paragraph elements.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ParagraphCollection ^ Paragraphs { Microsoft::ReportingServices::OnDemandReportRendering::ParagraphCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ParagraphCollection Paragraphs { get; }
member this.Paragraphs : Microsoft.ReportingServices.OnDemandReportRendering.ParagraphCollection
Public ReadOnly Property Paragraphs As ParagraphCollection
Property Value
A ParagraphCollection object.