ComponentOne ASP.NET MVC Controls
ItemsSourceId Method (PivotEngineBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : ItemsSourceId Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
 
Public Function ItemsSourceId( _
   ByVal value As String _
) As PivotEngineBuilder
public PivotEngineBuilder ItemsSourceId( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members