Class WebSliceGrid
Namespace: FastReport.Olap.Web
Assembly: FastCube.Core.Web.dll
Web container for the slice component.
public class WebSliceGrid : WebGrid
Inheritance
object ← WebGrid ← WebSliceGrid
Inherited Members
WebGrid.ActiveProvider, WebGrid.ControllerName, WebGrid.Height, WebGrid.ID, WebGrid.Inline, WebGrid.ShowToolbar, WebGrid.UserData, WebGrid.Width, WebGrid.RemoveFromCache(), WebGrid.Render(), WebGrid.RenderSync(), WebGrid.GetJSConstructor(string), WebGrid.GetJSResources()
Properties
ControllerName
Gets the current controller name.
public override string ControllerName { get; }
Property Value
Slice
Gets or sets the slice component.
public Slice Slice { get; set; }
Property Value
Slice
Methods
GetJSConstructor(string)
Returns conctructor for js code.
protected override string GetJSConstructor(string routeBasePath)
Parameters
routeBasePath
string
Returns
GetJSResources()
Returns list of js files.
protected override string[] GetJSResources()
Returns
string[]