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 ParagraphInstance
Get
'Usage
Dim instance As ParagraphInstanceEnumerator
Dim value As ParagraphInstance
value = instance.Current
public ParagraphInstance Current { get; }
public:
virtual property ParagraphInstance^ Current {
ParagraphInstance^ get () sealed;
}
abstract Current : ParagraphInstance
override Current : ParagraphInstance
final function get Current () : ParagraphInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
A ParagrahInstance object.
Implements
See Also
Reference
ParagraphInstanceEnumerator Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace