Table.DefaultDetailRowsDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.