Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parsed text runs in the compiled paragraph.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property CompiledTextRunInstances As CompiledTextRunInstanceCollection
Get
Friend Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstanceCollection
A CompiledTextRunInstanceCollection that represents the parsed text runs in the compiled paragraph.
See Also
Reference
CompiledParagraphInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace