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 calculated value of the Paragraphs property in a TextBox class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ParagraphInstances As ParagraphInstanceCollection
Get
'Usage
Dim instance As TextBoxInstance
Dim value As ParagraphInstanceCollection
value = instance.ParagraphInstances
public ParagraphInstanceCollection ParagraphInstances { get; }
public:
property ParagraphInstanceCollection^ ParagraphInstances {
ParagraphInstanceCollection^ get ();
}
member ParagraphInstances : ParagraphInstanceCollection
function get ParagraphInstances () : ParagraphInstanceCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
A ParagraphInstanceCollection value that represents the calculated value of the Paragraphs property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace