Table.DefaultDetailRowsDefinition Property

Definition

Defines the default DAX expression to apply when drilling through to the detail rows for measures in this table.

public Microsoft.AnalysisServices.Tabular.DetailRowsDefinition DefaultDetailRowsDefinition { get; set; }
member this.DefaultDetailRowsDefinition : Microsoft.AnalysisServices.Tabular.DetailRowsDefinition with get, set
Public Property DefaultDetailRowsDefinition As DetailRowsDefinition

Property Value

Remarks

This property is only supported when the compatibility level of the database is at 1400 or above.

Applies to