File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Report ScriptLanguage =" CSharp" ReferencedAssemblies =" System.dll System.Drawing.dll System.Windows.Forms.dll System.Data.dll System.Xml.dll MDFe.Classes.dll DFe.Classes.dll MDFe.Utils.dll" ReportInfo.Created=" 01/12/2017 09:00:32" ReportInfo.Modified=" 07/04/2024 15:14:43 " ReportInfo.CreatorVersion=" 2023.3.0.0" >
2
+ <Report ScriptLanguage =" CSharp" ReferencedAssemblies =" System.dll System.Drawing.dll System.Windows.Forms.dll System.Data.dll System.Xml.dll MDFe.Classes.dll DFe.Classes.dll MDFe.Utils.dll" ReportInfo.Created=" 01/12/2017 09:00:32" ReportInfo.Modified=" 07/04/2024 15:52:38 " ReportInfo.CreatorVersion=" 2023.3.0.0" >
3
3
<ScriptText >using System;
4
4
using System.IO;
5
5
using System.Collections;
@@ -144,7 +144,7 @@ namespace FastReport
144
144
moto.Next();
145
145
}
146
146
147
- ImprimirDocumentosFiscais ();
147
+ DefinirDocumentosFiscais ();
148
148
149
149
//Vales Pedágio
150
150
txtCnpjResp.Text = "" ;
@@ -241,7 +241,7 @@ namespace FastReport
241
241
Text57.Text = ((String)Report.GetColumnValue(" MDFeProcMDFe.MDFe.InfMDFe.InfAdic.InfCpl" )).Replace(" ;" ,((String)Report.GetParameterValue(" NewLine" )));
242
242
}
243
243
244
- private void ImprimirDocumentosFiscais ()
244
+ private void DefinirDocumentosFiscais ()
245
245
{
246
246
txtDocumentosFiscais.Text = "" ;
247
247
var infMunDescargas = Report.GetDataSource(" MDFeProcMDFe.MDFe.InfMDFe.InfDoc.InfMunDescarga" );
You can’t perform that action at this time.
0 commit comments