TextBox.Paragraphs 属性
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