RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
Row Property
See Also 
RadarSoft.RadarCube.Web Namespace > TCalculateFieldArgs Class : Row Property




The row being read at the moment the TOLAPCube.OnCalculateField event gets fired.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Row As TDataRow
Visual Basic (Usage)Copy Code
Dim instance As TCalculateFieldArgs
Dim value As TDataRow
 
value = instance.Row
C# 
public TDataRow Row {get;}
Managed Extensions for C++ 
public: __property TDataRow* get_Row();
C++/CLI 
public:
property TDataRow^ Row {
   TDataRow^ get();
}

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.