Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
A ParagraphInstanceCollection value that represents the calculated value of the Paragraphs property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace