DimensionalParameterDataProvider members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Provides helper methods that enable filters to use multidimensional data sources.

The DimensionalParameterDataProvider type exposes the following members.

Constructors

  Name Description
Protected method DimensionalParameterDataProvider Called from constructors in derived classes to initialize the DimensionalParameterDataProvider class.

Top

Properties

  Name Description
Public property GlobalServer A reference to the global server. (Inherited from CustomParameterDataProvider.)
Public property SupportedOptions Returns the supported search options for the parameter data provider. (Inherited from CustomParameterDataProvider.)

Top

Methods

  Name Description
Protected methodStatic member AddVisibleColumn Adds a column to a data table and sets it as visible.
Protected methodStatic member CreateMemberAndAscendantsMemberCollectionFromMemberExpression Creates a member collection from the specified member set expression.
Protected methodStatic member CreateMemberAndParentDataTableFromMemberExpression Creates a data table that contains member and parent information from the specified member expression.
Protected methodStatic member CreateMemberDataTable Creates a data table that contains member information for the specified members.
Protected methodStatic member CreateParameterDataTable Creates a data table that contains parameter information from the specified parameter definition.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDisplayData Gets the display data for the filter selection control. (Inherited from CustomParameterDataProvider.)
Protected method GetDisplayDataInternal This member is not implemented by the DimensionalParameterDataProvider class. (Overrides CustomParameterDataProvider.GetDisplayDataInternal(ParameterDefinition, RepositoryLocation, Object).)
Public method GetDisplayUnderlyingElement Gets the underlying data source of a beginpoint. (Inherited from CustomParameterDataProvider.)
Protected methodStatic member GetFilteredSetExpression Returns a Multidimensional Expressions (MDX) set expression that is the base set expression filtered by the Web Part context.
Public method GetHashCode (Inherited from Object.)
Public method GetId This member is not implemented by the DimensionalParameterDataProvider class. (Overrides CustomParameterDataProvider.GetId().)
Public method GetMessageData Gets the selections made by a user in the filter control. (Overrides CustomParameterDataProvider.GetMessageData(RepositoryLocation, ParameterMessage, RepositoryLocation, ParameterMapping, Object).)
Public method GetMessageUnderlyingElement Gets the underlying data source of an endpoint. (Inherited from CustomParameterDataProvider.)
Public method GetRemainingParameterDisplayData Returns the filter display data rows that are beyond the limit specified by the Maximum items to load in filter tree setting. (Overrides CustomParameterDataProvider.GetRemainingParameterDisplayData(RepositoryLocation, ParameterDefinition, RepositoryLocation, WebPartContext).)
Protected method GetSetExpression This member is not implemented by the DimensionalParameterDataProvider class.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected methodStatic member ParentKeyTransform Transforms parent key.
Protected methodStatic member PostFormulaTransform Performs a post-formula transform.
Public method SearchParameterDisplayData(ParameterDefinition, RepositoryLocation, String, WebPartContext) This member is not implemented by the CustomParameterDataProvider class. (Inherited from CustomParameterDataProvider.)
Public method SearchParameterDisplayData(ParameterDefinition, RepositoryLocation, String, WebPartContext, Boolean) Searches the filter display data for the specified text. (Overrides CustomParameterDataProvider.SearchParameterDisplayData(ParameterDefinition, RepositoryLocation, String, WebPartContext, Boolean).)
Public method Supports Gets or sets a Boolean value that indicates whether the parameter data provider supports the specified functionality. (Inherited from CustomParameterDataProvider.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

DimensionalParameterDataProvider class

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace