Propriedade do RDL TextBox.Paragraphs
Gets the collection of paragraph elements.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Paragraphs As ParagraphCollection
Get
'Uso
Dim instance As TextBox
Dim value As ParagraphCollection
value = instance.Paragraphs
public ParagraphCollection Paragraphs { get; }
public:
property ParagraphCollection^ Paragraphs {
ParagraphCollection^ get ();
}
member Paragraphs : ParagraphCollection
function get Paragraphs () : ParagraphCollection
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphCollection
A ParagraphCollection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering