PivotDataSourceFilterDescriptorBuilder
Methods
In(System.String)
Includes only values where the provided Tuple is in the Measure dimension.
Parameters
value - System.String
The value to compare against.
Example
Razor
.Filter(f => f.Add("[Date].[Calendar]").In("[Date].[Calendar].[Calendar Year].&[2010],[Date].[Calendar].[Calendar Year].&[2014]"))
)