Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the calculated value of the Paragraphs property in a TextBox class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ParagraphInstances As ParagraphInstanceCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
A ParagraphInstanceCollection value that represents the calculated value of the Paragraphs property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace