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.

请参阅

参考

TextBox 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间