[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotGridBuilder.ItemsSourceId

ItemsSourceId Method

ItemsSourceId(string)

Sets the source id.

Declaration
public override PivotGridBuilder ItemsSourceId(string Id)
Public Overrides Function ItemsSourceId(Id As String) As PivotGridBuilder
Parameters
Type Name Description
string Id

The id of the source. The source could be a PivotPanel component or a PivotEngine component.

Returns
Type Description
PivotGridBuilder

Current builder.

Overrides