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 current item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Current As TextRunInstance
Get
'Usage
Dim instance As TextRunInstanceEnumerator
Dim value As TextRunInstance
value = instance.Current
public TextRunInstance Current { get; }
public:
virtual property TextRunInstance^ Current {
TextRunInstance^ get () sealed;
}
abstract Current : TextRunInstance
override Current : TextRunInstance
final function get Current () : TextRunInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.
Implements
See Also
Reference
TextRunInstanceEnumerator Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace