Propriedade do RDL ParagraphInstance.TextRunInstances
Gets the calculated value of the TextRuns property in a Paragraph class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property TextRunInstances As TextRunInstanceCollection
Get
'Uso
Dim instance As ParagraphInstance
Dim value As TextRunInstanceCollection
value = instance.TextRunInstances
public TextRunInstanceCollection TextRunInstances { get; }
public:
property TextRunInstanceCollection^ TextRunInstances {
TextRunInstanceCollection^ get ();
}
member TextRunInstances : TextRunInstanceCollection
function get TextRunInstances () : TextRunInstanceCollection
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceCollection
A TextRunInstanceCollection value that represents the calculated value of the TextRuns property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering