ComponentOne ASP.NET MVC Controls
ItemsSourceId Property (PivotEngine)

C1.Web.Mvc.Olap Namespace > PivotEngine Class : ItemsSourceId Property
Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
<JsonAttribute(True, 
   1, 
   "itemsSource")>
Public Property ItemsSourceId As String
[JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
[Json(true, 
   1, 
   "itemsSource")]
public string ItemsSourceId {get; set;}
See Also

Reference

PivotEngine Class
PivotEngine Members