Share via


ParameterUIElement.DataSourceId Property (Microsoft.PerformancePoint.Scorecards)

The ID of the element that serves as the source for the selectable filter values for the current instance.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Property DataSourceId As Guid
'Usage
Dim instance As ParameterUIElement
Dim value As Guid

value = instance.DataSourceId

instance.DataSourceId = value
public Guid DataSourceId { get; set; }

Remarks

The source can be any element, not just a DataSource. For example, a scorecard can be the source for the selectable filter values.

See Also

Reference

ParameterUIElement Class
ParameterUIElement Members
Microsoft.PerformancePoint.Scorecards Namespace