DrillThroughAction.Columns 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.
Gets the columns of the underlying data with their binding.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.BindingCollection Columns { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Columns : Microsoft.AnalysisServices.BindingCollection
Public ReadOnly Property Columns As BindingCollection
Property Value
The columns of the underlying data with their binding.
- Attributes