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
 
<JsonConverterAttribute(ConverterType=C1.Web.Mvc.Serialization.DefaultConverter, ConverterParameters=)>
<JsonAttribute(Order=-1, 
   SkipIfDefault=True, 
   PropertyName="", 
   Name="")>
Public Overrides Property ItemsSourceId As String
[JsonConverter(ConverterType=C1.Web.Mvc.Serialization.DefaultConverter, ConverterParameters=)]
[Json(Order=-1, 
   SkipIfDefault=True, 
   PropertyName="", 
   Name="")]
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