ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotPanel Class / ItemsSourceId Property

In This Topic
    ItemsSourceId Property (PivotPanel)
    In This Topic
    Gets or sets the id of the PivotEngine service or the C1.Web.Mvc.CollectionViewService<T> service being controlled by this PivotPanel.
    Syntax
    'Declaration
     
    Public Property ItemsSourceId As String
    public string ItemsSourceId {get; set;}
    See Also