Metoda IReportViewerMessages2.GetLocalizedNameForRenderingExtension —
Returns a localized name for the current export format.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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
Parametry
- format
Typ: String
The name of the current export format (for example, EXCEL, PDF).
Wartość zwracana
Typ: String
Returns a String that contains the localized name for the current export format.