File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ namespace FastReport
493
493
if ((Boolean)Report.GetParameterValue(" QuebrarLinhasObservacao" ))
494
494
Text168.Text = ((String)Report.GetColumnValue(" cteProc.CTe.infCte.compl.xObs" )).Replace(" ;" , Environment.NewLine);;
495
495
496
- Text185.Visible = ((Boolean)Report.GetParameterValue(" DoocumentoCancelado " ));
496
+ Text185.Visible = ((Boolean)Report.GetParameterValue(" DocumentoCancelado " ));
497
497
Text186.Visible = Convert.ToInt32((TipoAmbiente)Report.GetColumnValue(" cteProc.CTe.infCte.ide.tpAmb" )) == 2;
498
498
}
499
499
#endregion
@@ -1220,7 +1220,7 @@ namespace FastReport
1220
1220
</Column >
1221
1221
</Column >
1222
1222
</BusinessObjectDataSource >
1223
- <Parameter Name =" DoocumentoCancelado " DataType =" System.Boolean" />
1223
+ <Parameter Name =" DocumentoCancelado " DataType =" System.Boolean" />
1224
1224
<Parameter Name =" Desenvolvedor" DataType =" System.String" />
1225
1225
<Parameter Name =" QuebrarLinhasObservacao" DataType =" System.Boolean" />
1226
1226
</Dictionary >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public void RegisterData(cteProc proc)
87
87
88
88
public void Configurar ( ConfiguracaoDacte config )
89
89
{
90
- Relatorio . SetParameterValue ( "DoocumentoCancelado " , config . DocumentoCancelado ) ;
90
+ Relatorio . SetParameterValue ( "DocumentoCancelado " , config . DocumentoCancelado ) ;
91
91
Relatorio . SetParameterValue ( "Desenvolvedor" , config . Desenvolvedor ) ;
92
92
Relatorio . SetParameterValue ( "QuebrarLinhasObservacao" , config . QuebrarLinhasObservacao ) ;
93
93
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public void RegisterData(cteProc proc)
87
87
88
88
public void Configurar ( ConfiguracaoDacte config )
89
89
{
90
- Relatorio . SetParameterValue ( "DoocumentoCancelado " , config . DocumentoCancelado ) ;
90
+ Relatorio . SetParameterValue ( "DocumentoCancelado " , config . DocumentoCancelado ) ;
91
91
Relatorio . SetParameterValue ( "Desenvolvedor" , config . Desenvolvedor ) ;
92
92
Relatorio . SetParameterValue ( "QuebrarLinhasObservacao" , config . QuebrarLinhasObservacao ) ;
93
93
You can’t perform that action at this time.
0 commit comments