Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the calculated value of the Paragraphs property in a TextBox class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ParagraphInstances As ParagraphInstanceCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceCollection
A ParagraphInstanceCollection value that represents the calculated value of the Paragraphs property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering