ReportViewe调用Reporting Services报表时报错Session超时
序列化问题加上[Serializable]即可
/// <summary>
/// 报表身份授权重写
/// </summary>
[Serializable]
public class ReportServerCredentials : IReportServerCredentials
序列化问题加上[Serializable]即可
/// <summary>
/// 报表身份授权重写
/// </summary>
[Serializable]
public class ReportServerCredentials : IReportServerCredentials