共用方式為


IReportViewerMessages2.GetLocalizedNameForRenderingExtension 方法

傳回目前匯出格式的當地語系化名稱。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Function GetLocalizedNameForRenderingExtension ( _
    format As String _
) As String
'用途
Dim instance As IReportViewerMessages2
Dim format As String
Dim returnValue As String

returnValue = instance.GetLocalizedNameForRenderingExtension(format)
string GetLocalizedNameForRenderingExtension(
    string format
)
String^ GetLocalizedNameForRenderingExtension(
    String^ format
)
abstract GetLocalizedNameForRenderingExtension : 
        format:string -> string 
function GetLocalizedNameForRenderingExtension(
    format : String
) : String

參數

  • format
    型別:System.String
    目前匯出格式的名稱 (例如 EXCEL、PDF)。

傳回值

型別:System.String
傳回 String,其中包含目前匯出格式的當地語系化名稱。

請參閱

參考

IReportViewerMessages2 介面

Microsoft.Reporting.WebForms 命名空間