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
value
Type: System.StringThe span InnerHtml contents.
css
Type: System.StringThe cascading stylesheet class.
Return value
Type: System.Web.UI.HtmlControls.HtmlGenericControl
See also
Reference
CollapsibleReportSection class
CollapsibleReportSection members
Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace