RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
TRadarCube Class
See Also  Members  
RadarSoft.RadarCube.Web Namespace : TRadarCube Class




An abstract ancestor class for components, the data sources, for TOLAPGrid.

Object Model

TRadarCube ClassTCubeDimensions ClassTCubeDimensions ClassTCubeMeasures ClassTCubeMeasures Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class TRadarCube 
   Inherits System.Web.UI.WebControls.DataBoundControl
Visual Basic (Usage)Copy Code
Dim instance As TRadarCube
C# 
public abstract class TRadarCube : System.Web.UI.WebControls.DataBoundControl 
Managed Extensions for C++ 
public __gc abstract class TRadarCube : public System.Web.UI.WebControls.DataBoundControl 
C++/CLI 
public ref class TRadarCube abstract : public System.Web.UI.WebControls.DataBoundControl 

Remarks

Never create an instance of this class. Instead create instances of the successor classes:

  • TOLAPCube for direct access to database tables that store the information for the OLAP cube (Desktop OLAP).
  • TMDCube for access maintained by the MS Analysis server of versions 2000 or 2005 (OLAP client to MS AS) to the already existing OLAP cubes.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.BaseDataBoundControl
            System.Web.UI.WebControls.DataBoundControl
               RadarSoft.RadarCube.Web.TRadarCube
                  RadarSoft.RadarCube.Web.TMDCube
                  RadarSoft.RadarCube.Web.TOLAPCube

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.