Freigeben über


TextBoxInstance.ParagraphInstances-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
A ParagraphInstanceCollection value that represents the calculated value of the Paragraphs property.

Siehe auch

Verweis

TextBoxInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace