IBIMonitoringServiceApplicationProxy Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the interface for making requests from the proxy to the service application for PerformancePoint Services.
The IBIMonitoringServiceApplicationProxy type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateAnnotation | Creates an annotation for a scorecard cell. | |
CreateDataSource | Saves a data source object as a content type in a SharePoint document library. | |
CreateNavigationMetadata | Gets the OLAP script that fulfills the metadata request. | |
CreateReportHtml | Creates the HTML used to render a report. | |
DeleteAnnotation | Deletes an annotation. | |
DeleteDataSource | Deletes a data source from a SharePoint document library. | |
ExportReport | Retrieves a Microsoft Excel or Microsoft PowerPoint formatted report. | |
ExportScorecard | Retrieves a Microsoft Excel or Microsoft PowerPoint formatted scorecard. | |
GenerateView | Generates the data structure that represents a scorecard view. | |
GenerateViewDirect | Generates the data structure that represents a scorecard view, based on the specified override values. | |
GetAllAnnotationsByScorecardLocation | Gets the annotations for the specified scorecard. | |
GetAnalyticReportView | Gets an Analytic Chart or Analytic Grid report. | |
GetAnnotation | Gets the annotation for a scorecard cell. | |
GetAnnotationByID | Gets an annotation by its GUID. | |
GetAnnotationSetting | Gets the service settings that apply to annotations. | |
GetAsKpis | Gets the imported key performance indicators (KPIs) from the specified Microsoft SQL Server Analysis Services data source. | |
GetCube | Retrieves the metadata for a data source, based on the location of the data source. | |
GetCubeFromDataSource | Retrieves the metadata for the specified data source. | |
GetCubeMetaData | Retrieves the Unified Dimensional Model (UDM) metadata for a Microsoft SQL Server Analysis Services data source, based on the location of the data source. | |
GetCubeMetaDataForDataSource | Retrieves the Unified Dimensional Model (UDM) metadata for the specified Microsoft SQL Server Analysis Services data source. | |
GetCubeNameInfos | Gets information about the specified data source. | |
GetDatabaseNamesFromDataSource | Gets the list of databases from the specified data source. | |
GetDataSource | Retrieves a data source from a SharePoint document library. | |
GetDependentElements | Retrieves all first class objects (FCOs) that are associated with a list of repository locations, including all FCOs that are related by reference. | |
GetDimensions | Gets the list of dimensions from the cube that is represented by the specified data source. | |
GetDimensionsFromDataSource | Gets the list of dimensions from the cube that is represented by the specified data source. | |
GetDrillThroughPreview | Performs a drillthrough query on an OLAP data cell. | |
GetFilterDependencies | Retrieves the external dependencies required for rendering the specified filter. | |
GetFilterDisplayData | Gets the display data for a filter. | |
GetKpisFromScorecard | Gets the collection of key performance indicators (KPIs) from the specified scorecard. | |
GetLatestAnalyticReportVersion | Determines whether a temporary report (Analytic Chart or Analytic Grid) exists in the back-end database. | |
GetListItems | Gets first class objects (FCOs) from the repository (SharePoint document library or list). | |
GetMdx | Gets the MDX query string from an analytic report. | |
GetParameterDisplayData | Gets the display data for a parameter. | |
GetParameterMessageData | Returns a table of rows that match the keys of the selected values in a filter. | |
GetPreviewDataSet | Gets a preview dataset from the specified data source. | |
GetQueryResultMembers | Gets the list of measures that are used in the specified Analytic Chart or Analytic Grid report. | |
GetRegisteredCustomFCOs | Gets the definitions of registered custom objects of the specified type from the web.config file for PerformancePoint Services in Microsoft SharePoint Server 2010. | |
GetRenderControlPreview | Renders the HTML for a preview of a report. | |
GetReportDependencies | Retrieves the external dependencies required for rendering the specified report. | |
GetReportViewImageData | Retrieves the image that is associate with a previously rendered report. | |
GetScorecardDependencies | Retrieves the external dependencies required for rendering the specified scorecard. | |
GetSetting | Retrieves a configuration setting. | |
GetSettings | Retrieves all configuration settings. | |
GetSettingValue | Retrieves the current value of a configuration setting. | |
GetStrategyMapReportView | Retrieves a report that was created by using the SaveTemporaryStrategyMapReport method. | |
GetTreeMembersDataTable | Gets member data for a tree view Web server control. | |
QueryChildMembers | Gets the child elements of a member from a data source, based on the location of the data source. | |
QueryChildMembersByRangeFromDataSource | Gets a range of child elements of a member from the specified data source. | |
QueryChildMembersFromDataSource | Gets the child elements of a member from the specified data source. | |
QueryDimensionRootMembers | Gets the root members of a dimension from a data source, based on the location of the data source. | |
QueryDimensionRootMembersFromDataSource | Gets the root members of a dimension from the specified data source. | |
QueryNamedSets | Gets the list of the named sets from a data source, based on the location of the data source.. | |
QueryNamedSetsFromDataSource | Gets the list of named sets from the specified data source. | |
QueryRelatedMember | Gets the relatives of a member, based on the location of the data source. | |
QueryRelatedMemberFromDataSource | Gets the relatives of a member from the specified data source. | |
QueryTimeIntelligence | Gets members from a data source based on the specified Time Intelligence formula. | |
QueryTimeIntelligenceDirect | Gets members from the specified data source, based on the specified Time Intelligence formula. | |
QueryTransformMembers | Gets a transformed member collection from a data source. | |
RenderFilter | Generates the HTML for rendering the specified filter. | |
RenderReport | Renders a report. | |
RenderScorecard | Generates the HTML for rendering the specified report. | |
RenderScorecardAjaxControl | ||
RenderTreeMemberSelector | NOTE: This API is now obsolete. Renders a tree member selector. |
|
ReportSupportsExportFormat | Determines whether the report supports the specified export format. | |
SaveFilterValues | Saves the state of user selections for the specified filter. | |
SaveTemporaryAnalyticReport | Stores the specified Analytic Chart or Analytic Grid report as a temporary object to preserve its query state. | |
SaveTemporaryStrategyMapReport | Stores the specified Strategy Map report as a temporary object to preserve its query state. | |
ScorecardSupportsExportFormat | Determines whether the scorecard supports the specified export type. | |
TestConnection | Tests the connection to the specified data source. | |
TrimAnnotationByOwner | Removes the annotations of a specified owner. | |
TrimAnnotationByScorecardLocation | Removes annotations from a scorecard. | |
TrimAnnotationUntouchedSince | Removes annotations that have not been modified since a specified date. | |
UpdateAnnotation | Updates an annotation. | |
UpdateDataSource | Updates a data source in a SharePoint document library. | |
UpdateSettingValue | Updates a configuration setting with the specifed value. | |
ValidateKpi | Validates a key performance indicator (KPI) object. | |
ValidateScorecard | Validates a scorecard object. | |
ValidateSiteCollection | Validates that the current SharePoint context represents a site collection in which PerformancePoint Services in Microsoft SharePoint Server 2010 is activated. |
Top