Compartir a través de


CompiledParagraphInstance.CompiledTextRunInstances Propiedad

Gets the parsed text runs in the compiled paragraph.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Property CompiledTextRunInstances As CompiledTextRunInstanceCollection 
    Get 
    Friend Set
'Uso
Dim instance As CompiledParagraphInstance 
Dim value As CompiledTextRunInstanceCollection 

value = instance.CompiledTextRunInstances
public CompiledTextRunInstanceCollection CompiledTextRunInstances { get; internal set; }
public:
property CompiledTextRunInstanceCollection^ CompiledTextRunInstances {
    CompiledTextRunInstanceCollection^ get ();
    internal: void set (CompiledTextRunInstanceCollection^ value);
}
member CompiledTextRunInstances : CompiledTextRunInstanceCollection with get, internal set
function get CompiledTextRunInstances () : CompiledTextRunInstanceCollection 
internal function set CompiledTextRunInstances (value : CompiledTextRunInstanceCollection)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstanceCollection
A CompiledTextRunInstanceCollection that represents the parsed text runs in the compiled paragraph.

Vea también

Referencia

CompiledParagraphInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering