Compartilhar via


Propriedade do RDL TextBoxInstance.ParagraphInstances

Gets the calculated value of the Paragraphs property in a TextBox class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ParagraphInstances As ParagraphInstanceCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

TextBoxInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering