Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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