ComponentOne ASP.NET MVC Controls
ItemsSourceId Property (PivotGrid)

C1.Web.Mvc.Olap Namespace > PivotGrid Class : ItemsSourceId Property
Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
 
<JsonAttribute(True)>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.DefaultConverter)>
Public Overrides Property ItemsSourceId As String
[Json(true)]
[JsonConverter(C1.Web.Mvc.Serialization.DefaultConverter)]
public override string ItemsSourceId {get; set;}
Remarks
It can be the id of a PivotPanel component or a PivotEngine component.
See Also

Reference

PivotGrid Class
PivotGrid Members