ParameterTemplateFactory.CreateParameter Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards)
Creates a new filter based on the specified template or updates an existing filter by using the wizard.
Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards
Assembly: Microsoft.PerformancePoint.Scorecards.ModelerPlugins (in microsoft.performancepoint.scorecards.modelerplugins.dll)
Syntax
'Declaration
Public Overridable Function CreateParameter ( _
templateItemId As String, _
existingParameter As ParameterUIElement _
) As ParameterUIElement
'Usage
Dim instance As ParameterTemplateFactory
Dim templateItemId As String
Dim existingParameter As ParameterUIElement
Dim returnValue As ParameterUIElement
returnValue = instance.CreateParameter(templateItemId, existingParameter)
public virtual ParameterUIElement CreateParameter (
string templateItemId,
ParameterUIElement existingParameter
)
Parameters
- templateItemId
The id of the selected filter template.
- existingParameter
The existing filter to be updated by the wizard.
See Also
Reference
ParameterTemplateFactory Class
ParameterTemplateFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards Namespace