TextRun.Instance Property

Definition

Gets the report instance object that contains the calculated values of this report definition object.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^ Instance { Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance Instance { get; }
member this.Instance : Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
Public MustOverride ReadOnly Property Instance As TextRunInstance

Property Value

A TextRunInstance object.

Applies to