IReportViewerMessages2.GetLocalizedNameForRenderingExtension Method (String)

 

Returns a localized name for the current export format.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

string GetLocalizedNameForRenderingExtension(
    string format
)
String^ GetLocalizedNameForRenderingExtension(
    String^ format
)
abstract GetLocalizedNameForRenderingExtension : 
        format:string -> string
Function GetLocalizedNameForRenderingExtension (
    format As String
) As String

Parameters

  • format
    Type: System.String

    The name of the current export format (for example, EXCEL, PDF).

Return Value

Type: System.String

Returns a String that contains the localized name for the current export format.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top