共用方式為


TextBoxInstance.ParagraphInstances 屬性

Gets the calculated value of the Paragraphs property in a TextBox class.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ParagraphInstances As ParagraphInstanceCollection 
    Get
'用途
Dim instance As TextBoxInstance 
Dim value As ParagraphInstanceCollection 

value = instance.ParagraphInstances
public ParagraphInstanceCollection ParagraphInstances { get; }
public:
property ParagraphInstanceCollection^ ParagraphInstances {
    ParagraphInstanceCollection^ get ();
}
member ParagraphInstances : ParagraphInstanceCollection
function get ParagraphInstances () : ParagraphInstanceCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
A ParagraphInstanceCollection value that represents the calculated value of the Paragraphs property.

請參閱

參考

TextBoxInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間