为了在线浏览以及不出现乱码,HttpRequest中这样写是不是不行,经常出现错误弹窗:“startIndex 不能大于字符串长度”!
Dim cmd As New SQLCommand
cmd.C
Select Case e.path
Case "select","tree","getValue","sidemenu","logs","getValues", _
"uploadfile","deletefile","renamefile","filemanager","ExcelReport\Report","WordReport\Report","rep\browsefile", _
"existRow","updateRow","deleteRow","appendRow","tablecaption","tabledata"
If e.Path.StartsWith("rep\") Then
e.Resp
End If
e.AsyncExecute = True
Functions.AsyncExecute(e.path,e)
Case Else
e.AsReportServer("rep\")
End Select