combit List & Label 30 - .NET Help
combit.Reporting.Repository Namespace / RepositoryItem Class / ExtractDisplayName Method

LCID of the language to return.



ExtractDisplayName Method
Returns the display name of the repository item that is encoded in the RepositoryItemDescriptor.
Syntax
'Declaration
 
Public Function ExtractDisplayName( _
   Optional ByVal lcid As Integer _
) As String
 

Parameters

lcid

LCID of the language to return.

Return Value

Returns the display name or null, if no one exists.

Remarks
As this can be a rather expensive operation, consider saving this value instead of repeatedly calling this method.
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also