DataItem.Source Property

Definition

Gets or sets the source object for current DataItem.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataItem_Source")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.Binding Source { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataItem_Source")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Source : Microsoft.AnalysisServices.Binding with get, set
Public Property Source As Binding

Property Value

Binding

A Binding object that has the source for current DataItem.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to