IReportViewerMessages2.GetLocalizedNameForRenderingExtension, méthode
Retourne un nom localisé pour le format d'exportation en cours.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Function GetLocalizedNameForRenderingExtension ( _
format As String _
) As String
string GetLocalizedNameForRenderingExtension(
string format
)
String^ GetLocalizedNameForRenderingExtension(
String^ format
)
abstract GetLocalizedNameForRenderingExtension :
format:string -> string
function GetLocalizedNameForRenderingExtension(
format : String
) : String
Paramètres
- format
Type : String
Nom du format d'exportation en cours (par exemple, EXCEL, PDF).
Valeur de retour
Type : String
Retourne un String qui contient le nom localisé pour le format d'exportation en cours.