Completato logger esteso!
This commit is contained in:
@@ -97,7 +97,7 @@ namespace CMS_SC.WebUserControls
|
||||
byte[] bytes = localReport.Render("PDF", null, out mimeType, out encoding, out extension, out streamIds, out warnings);
|
||||
// se è un percorso virtuale faccio mapPath...
|
||||
string FilePath = "";
|
||||
if (outFilePath.IndexOf("/") >= 0)
|
||||
if (outFilePath.IndexOf("/") < 0)
|
||||
{
|
||||
FilePath = Server.MapPath(outFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user