c# vs2008水晶报表发布以后点击打印或者导出以后,提示的设置怎么变为中文的?

在本机运行还是中文的,但是发布以后就变成英文的了!... 在本机运行还是中文的,但是发布以后就变成英文的了! 展开
 我来答
leon382
2011-03-28 · TA获得超过1064个赞
知道小有建树答主
回答量:1744
采纳率:0%
帮助的人:976万
展开全部
你实现IReportViewerMessages接口就可以了
比如
using System;
using System.Collections.Generic;
using System.Web;
using Microsoft.Reporting.WebForms;

/// <summary>
/// Summary description for ReportViewerMessagesZhcn
/// </summary>
public class ReportViewerMessagesZhcn:IReportViewerMessages
{
public ReportViewerMessagesZhcn()
{
//
// TODO: Add constructor logic here
//
}
#region IReportViewerMessages Members
public string BackButtonToolTip
{
get { return ("后退"); }
}

public string ChangeCredentialsText
{
get { return ("更改"); }
}

public string ChangeCredentialsToolTip
{
get { return ("ChangeCredentialsToolTip."); }
}

public string CurrentPageTextBoxToolTip
{
get { return ("当前页"); }
}

public string DocumentMap
{
get { return ("文档视图"); }
}

public string DocumentMapButtonToolTip
{
get { return ("文档视图."); }
}

public string ExportButtonText
{
get { return ("导出"); }
}

public string ExportButtonToolTip
{
get { return ("导出"); }
}

public string ExportFormatsToolTip
{
get { return ("选择格式."); }
}

public string FalseValueText
{
get { return ("不正确的值."); }
}

public string FindButtonText
{
get { return ("查找"); }
}

public string FindButtonToolTip
{
get { return ("查找"); }
}

public string FindNextButtonText
{
get { return ("下一个"); }
}

public string FindNextButtonToolTip
{
get { return ("查找下一个"); }
}

public string FirstPageButtonToolTip
{
get { return ("第一页"); }
}

public string InvalidPageNumber
{
get { return ("页面数不对"); }
}

public string LastPageButtonToolTip
{
get { return ("最后一页"); }
}

public string NextPageButtonToolTip
{
get { return ("下一页"); }
}

public string NoMoreMatches
{
get { return ("无匹配项"); }
}

public string NullCheckBoxText
{
get { return ("空值"); }
}

public string NullValueText
{
get { return ("空值"); }
}

public string PageOf
{
get { return ("页"); }
}

public string ParameterAreaButtonToolTip
{
get { return ("参数设置"); }
}

public string PasswordPrompt
{
get { return ("PasswordPrompt"); }
}

public string PreviousPageButtonToolTip
{
get { return ("上一页"); }
}

public string PrintButtonToolTip
{
get { return ("打印"); }
}

public string ProgressText
{
get { return ("正在生成报表......"); }
}

public string RefreshButtonToolTip
{
get { return ("刷新"); }
}

public string SearchTextBoxToolTip
{
get { return ("查找"); }
}

public string SelectAValue
{
get { return ("SelectAValue"); }
}

public string SelectAll
{
get { return ("全选"); }
}

public string SelectFormat
{
get { return ("选择格式"); }
}

public string TextNotFound
{
get { return ("未找到"); }
}

public string TodayIs
{
get { return ("TodayIs"); }
}

public string TrueValueText
{
get { return ("TrueValueText"); }
}

public string UserNamePrompt
{
get { return ("UserNamePrompt"); }
}

public string ViewReportButtonText
{
get { return ("查看报表"); }
}

public string ZoomControlToolTip
{
get { return ("缩放"); }
}

public string ZoomToPageWidth
{
get { return ("页宽"); }
}

public string ZoomToWholePage
{
get { return ("整页"); }
}
#endregion
}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式