KpiDetailsSection Constructor
Called from constructors in derived classes to initialize the KpiDetailsSection class.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Protected Sub New ( _
id As String _
)
'Usage
Dim id As String
Dim instance As New KpiDetailsSection(id)
protected KpiDetailsSection(
string id
)
Parameters
id
Type: System.StringThe client identifier for the section.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace