RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
AfterReadFactTable Event
See Also 
RadarSoft.RadarCube.Web Namespace > TOLAPCube Class : AfterReadFactTable Event




The event is fired after all the records from the database fact table have been read.

Syntax

Visual Basic (Declaration) 
Public Event AfterReadFactTable As TAfterReadFactTableEvent
Visual Basic (Usage)Copy Code
Dim instance As TOLAPCube
Dim handler As TAfterReadFactTableEvent
 
AddHandler instance.AfterReadFactTable, handler
C# 
public event TAfterReadFactTableEvent AfterReadFactTable
Managed Extensions for C++ 
public: __event TAfterReadFactTableEvent* AfterReadFactTable
C++/CLI 
public:
event TAfterReadFactTableEvent^ AfterReadFactTable

Remarks

You can use this event to perform any final actions for your progress bar. The event handler accepts a single parameter of TAfterReadFactTableArgs type. You can learn the final amount of records read via ProcessedRecords property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 Radar-Soft, L.L.C. All Rights Reserved.