TextBoxInstance.ParagraphInstances 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 calculated value of the Paragraphs property in a TextBox class.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ParagraphInstanceCollection ^ ParagraphInstances { Microsoft::ReportingServices::OnDemandReportRendering::ParagraphInstanceCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection ParagraphInstances { get; }
member this.ParagraphInstances : Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
Public ReadOnly Property ParagraphInstances As ParagraphInstanceCollection
Property Value
A ParagraphInstanceCollection value that represents the calculated value of the Paragraphs property.