Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the correct localized extension name.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Protected Overridable Function GetLocalizedString ( _
value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String
returnValue = Me.GetLocalizedString(value)
protected virtual string GetLocalizedString(
string value
)
protected:
virtual String^ GetLocalizedString(
String^ value
)
abstract GetLocalizedString :
value:string -> string
override GetLocalizedString :
value:string -> string
protected function GetLocalizedString(
value : String
) : String
Parameters
- value
Type: System.String
The language-neutral name of the extension.
Return Value
Type: System.String
A string containing the localized name of the extension.