[Visual Basic] Overridable Public Sub Next( _ ByVal type As Type _ ) _ Implements IReport.Next [C#] public virtual void Next( Type type ); [C++] public: virtual void Next( Type* type ); [JScript] public virtual function Next( Type type );
IReport.Next
NullSessionReport Class | Reporting.Domain Namespace