Share via


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

Gets the text that appears in the filter creation wizard.

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

Syntax

'Declaration
Public Overridable Function GetTemplateDisplayString ( _
    templateTypeId As String _
) As String
'Usage
Dim instance As ParameterTemplateFactory
Dim templateTypeId As String
Dim returnValue As String

returnValue = instance.GetTemplateDisplayString(templateTypeId)
public virtual string GetTemplateDisplayString (
    string templateTypeId
)

Parameters

  • templateTypeId
    The ID of the template type.

See Also

Reference

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