IBIMonitoringServiceApplicationProxy.GenerateViewDirect Method
Generates the data structure that represents a scorecard view, based on the specified override values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GenerateViewDirect ( _
scorecard As Scorecard, _
kpis As KpiCollection, _
dataSources As DataSourceCollection, _
indicators As IndicatorCollection, _
pageFilters As MemberCollection, _
propertyBags As DictionaryWrapper(Of String, PropertyBag) _
) As GridViewData
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim scorecard As Scorecard
Dim kpis As KpiCollection
Dim dataSources As DataSourceCollection
Dim indicators As IndicatorCollection
Dim pageFilters As MemberCollection
Dim propertyBags As DictionaryWrapper(Of String, PropertyBag)
Dim returnValue As GridViewData
returnValue = instance.GenerateViewDirect(scorecard, _
kpis, dataSources, indicators, pageFilters, _
propertyBags)
GridViewData GenerateViewDirect(
Scorecard scorecard,
KpiCollection kpis,
DataSourceCollection dataSources,
IndicatorCollection indicators,
MemberCollection pageFilters,
DictionaryWrapper<string, PropertyBag> propertyBags
)
Parameters
scorecard
Type: Microsoft.PerformancePoint.Scorecards.ScorecardThe scorecard object.
kpis
Type: Microsoft.PerformancePoint.Scorecards.KpiCollectionA collection of key performance indicator (KPI) overrides.
dataSources
Type: Microsoft.PerformancePoint.Scorecards.DataSourceCollectionA collection of data source overrides.
indicators
Type: IndicatorCollectionA collection of indicator overrides.
pageFilters
Type: Microsoft.PerformancePoint.Scorecards.MemberCollectionThe page filters to use; otherwise, a null reference (Nothing in Visual Basic) to use the default page filters.
propertyBags
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, PropertyBag>The property bag dictionary used by PreQuery transforms.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridViewData
The scorecard view based on the specified overrides. Returns a null reference (Nothing in Visual Basic) if the scorecard is null or invalid or if KPIs, data sources, and indicators are missing dependencies.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface