ComponentOne ASP.NET MVC Controls
ItemsSourceId Method (PivotGridBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotGridBuilder Class : ItemsSourceId Method
The id of the source. The source could be a C1.Web.Mvc.Olap.PivotPanel component or a C1.Web.Mvc.Olap.PivotEngine component.
Configurates C1.Web.Mvc.ItemsBoundControl<T>.ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
 
Public Overrides Function ItemsSourceId( _
   ByVal Id As String _
) As PivotGridBuilder
public override PivotGridBuilder ItemsSourceId( 
   string Id
)

Parameters

Id
The id of the source. The source could be a C1.Web.Mvc.Olap.PivotPanel component or a C1.Web.Mvc.Olap.PivotEngine component.

Return Value

Current builder.
See Also

Reference

PivotGridBuilder Class
PivotGridBuilder Members