IReportViewerMessages2.GetLocalizedNameForRenderingExtension Method
Returns a localized name for the current export format.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Function GetLocalizedNameForRenderingExtension ( _
format As String _
) As String
'Usage
Dim instance As IReportViewerMessages2
Dim format As String
Dim returnValue As String
returnValue = instance.GetLocalizedNameForRenderingExtension(format)
string GetLocalizedNameForRenderingExtension (
string format
)
String^ GetLocalizedNameForRenderingExtension (
String^ format
)
String GetLocalizedNameForRenderingExtension (
String format
)
function GetLocalizedNameForRenderingExtension (
format : String
) : String
Parameters
- format
The name of the current export format (for example, EXCEL, PDF).
Return Value
Returns a String that contains the localized name for the current export format.
See Also
Reference
IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace