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 T
Get
'Usage
Dim instance As ReportElementCollectionBase<T>.ReportElementEnumerator
Dim value As T
value = instance.Current
public T Current { get; }
public:
virtual property T Current {
T get () sealed;
}
abstract Current : 'T
override Current : 'T
final function get Current () : T
Property Value
Type: T
An object of type T that represents the current item.
Implements
See Also
Reference
ReportElementCollectionBase<T>.ReportElementEnumerator Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace