共用方式為


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 命名空間