CollapsibleReportSection Constructor
Called from constructors in derived classes to initialize the CollapsibleReportSection class.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
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 CollapsibleReportSection(id)
protected CollapsibleReportSection(
string id
)
Parameters
id
Type: System.StringThe client identifier for the section.
See Also
Reference
CollapsibleReportSection Class
CollapsibleReportSection Members
Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports Namespace