: KPIConsts.KPIData.ValueFormatter (Delegado) (Microsoft.SharePoint.Portal.WebControls)
Esta clase y sus miembros se reservan para uso interno y no están diseñados para usarse en su código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Delegate Function ValueFormatter ( _
value As Double _
) As String
'Uso
Dim instance As New ValueFormatter(AddressOf HandlerMethod)
public delegate string ValueFormatter (
double value
)
Parámetros
- value
Vea también
Referencia
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)