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

LCID of the language to return.



In This Topic
    ExtractDisplayName Method
    In This Topic
    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
    public string ExtractDisplayName( 
       int lcid
    )
    public:
    String^ ExtractDisplayName( 
       int lcid
    ) 

    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 7, .NET 8

    See Also