ComponentOne ASP.NET MVC Controls
CubeService Property

C1.Web.Mvc.Olap Namespace > PivotEngine Class : CubeService Property
Gets the options for OLAP cube provided by SSAS server.
Syntax
'Declaration
 
<JsonAttribute(Order=1, 
   SkipIfDefault=True, 
   PropertyName="itemsSource", 
   Name="itemsSource")>
Public ReadOnly Property CubeService As CubeService
[Json(Order=1, 
   SkipIfDefault=True, 
   PropertyName="itemsSource", 
   Name="itemsSource")]
public CubeService CubeService {get;}
Remarks
Sets this property allows the PivotEngine to connect directly to OLAP cubes provided by SSAS servers.
See Also

Reference

PivotEngine Class
PivotEngine Members