C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotPanel Class / PivotPanel Constructor
The html helper
The selector

In This Topic
PivotPanel Constructor
In This Topic
Creates one PivotPanel instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As IHtmlHelper, _
   Optional ByVal selector As String _
)
 

Parameters

helper
The html helper
selector
The selector
See Also