Método IReportViewerMessages2.GetLocalizedNameForRenderingExtension
Returns a localized name for the current export format.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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
Parâmetros
- format
Tipo: String
The name of the current export format (for example, EXCEL, PDF).
Valor de retorno
Tipo: String
Returns a String that contains the localized name for the current export format.