[Trello] no relatorio analise exercicio

main
Hugo Prata 5 years ago
parent 2be10d99ac
commit 58dedd2a41

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -2528,7 +2528,7 @@
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

@ -774,7 +774,7 @@ First(Fields!MoradaCondomino.Value))</Value>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

@ -472,7 +472,7 @@
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Fields!DtEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Fields!DtEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>9pt</FontSize>
</Style>
@ -505,7 +505,7 @@
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Fields!DtVencimento.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Fields!DtVencimento.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>9pt</FontSize>
</Style>
@ -1540,7 +1540,7 @@ First(Fields!MoradaCondomino.Value))</Value>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

@ -876,7 +876,7 @@ Format(First(Fields!Data.Value), "dd/MM/yyyy")</Value>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Fields!DtEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Fields!DtEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>9pt</FontSize>
</Style>
@ -909,7 +909,7 @@ Format(First(Fields!Data.Value), "dd/MM/yyyy")</Value>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Fields!DtVencimento.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Fields!DtVencimento.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>9pt</FontSize>
</Style>
@ -1669,7 +1669,7 @@ Format(First(Fields!Data.Value), "dd/MM/yyyy")</Value>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

@ -1045,7 +1045,7 @@ First(Fields!MoradaCondomino.Value))</Value>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

@ -392,7 +392,7 @@
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!CreatedOn.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!CreatedOn.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>
@ -1061,7 +1061,7 @@
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

@ -567,7 +567,7 @@
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Fields!ValidationDate.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Fields!ValidationDate.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>7pt</FontSize>
</Style>
@ -3549,7 +3549,7 @@
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

@ -1175,7 +1175,7 @@ IIF(Fields!Sugestao.Value="EnvioCartaRegistadaSimples","Carta Registada",Fields!
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Format(Parameters!DataEmissao.Value, "dd/MM/yyyy")</Value>
<Value>=CDate(Parameters!DataEmissao.Value).ToString("dd/MM/yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
</Style>

Loading…
Cancel
Save