Свойство TextBox.Paragraphs
Gets the collection of paragraph elements.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Paragraphs As ParagraphCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphCollection
A ParagraphCollection object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering