SupportEnhancedBreakDown
Use a breadth-first search algorithm to maximize the number of dimension records sent for breaking down per single request.
Data Type
bool
Default Value
false
Remarks
If true, the driver uses a breadth-first search algorithm to maximize the number of dimension records sent for breaking down in a single request. For each breakdown level, all records at that level are included in the same breakdown request. Use this if you are querying reports across multiple dimensions.
If false, the driver uses a depth-first search algorithm to break down dimension records. For each record in the root breakdown, a separate request is sent. Use this option if you are only breaking down records from a single dimension.
This is applied only on reports created via the CreateSchema stored procedure and doesn't support exposing the summary data rows.