Share via


ParameterTemplateFactory.CreateTemplateItem Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards)

Creates a new filter by using the specified template.

Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards
Assembly: Microsoft.PerformancePoint.Scorecards.ModelerPlugins (in microsoft.performancepoint.scorecards.modelerplugins.dll)

Syntax

'Declaration
Public Overrides Sub CreateTemplateItem ( _
    item As TemplateItem _
)
'Usage
Dim instance As ParameterTemplateFactory
Dim item As TemplateItem

instance.CreateTemplateItem(item)
public override void CreateTemplateItem (
    TemplateItem item
)

Parameters

  • item
    The selected filter template.

See Also

Reference

ParameterTemplateFactory Class
ParameterTemplateFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards Namespace