CollapsibleReportSection.GetSpanElement Method

Creates a span element using a specified cascading stylesheet and contents.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Syntax

'Declaration
Public Function GetSpanElement ( _
    value As String, _
    css As String _
) As HtmlGenericControl
'Usage
Dim instance As CollapsibleReportSection
Dim value As String
Dim css As String
Dim returnValue As HtmlGenericControl

returnValue = instance.GetSpanElement(value, _
    css)
public HtmlGenericControl GetSpanElement(
    string value,
    string css
)

Parameters

Return Value

Type: System.Web.UI.HtmlControls.HtmlGenericControl

See Also

Reference

CollapsibleReportSection Class

CollapsibleReportSection Members

Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports Namespace