UrlVerifacFilter.cs
1 using sage.ew.reports;
2 using System;
3 using System.Collections.Generic;
4 using System.Linq;
5 using System.Text;
6 using System.Threading.Tasks;
7 
8 namespace sage.addons.factucert.Negocio.Clases
9 {
14  {
15  public UrlVerifacFilter(String tcKey, String tcValue): base(tcKey, tcValue)
16  {
17  string lcValue = tcValue;
18 
19  _GeneratorElement._SectionLocation = BaseGeneratorElement.SectionTypeLocation.LastReportFooterSectionEmpty;
20  _GeneratorElement._WordWrap = false;
21 
22  if (string.IsNullOrWhiteSpace(lcValue))
23  {
24  lcValue = string.Concat("12345678901234567890123456789", "12345678901234567890123456789", "12345678901234567890123456789", "12345678901234567890123456789");
25  }
26 
27  _GeneratorElement._StringLength = lcValue;
28  _GeneratorElement._FontSize = 7;
29 
30  ((VariableGeneratorElement)_GeneratorElement)._TextAlign = VariableGeneratorElement.TextAlign.Center;
31 
32  _Url = '"' + lcValue + '"';
33 
34  _PointGenerator = new CenterCustomLocation();
35  }
36  }
37 }
38 
Clase base para la generación de IElements
Es como el tipo de entrada asientos pero por negocio, sin formulario, pq quiero que me haga las propu...
Clase para el cálculo de la posición central en report vertical y a la derecha en report horizontal ...
Clase para traspasar información en el objeto serializado
SectionTypeLocation
Indica en que sección debe añadirse
Crea un objeto Variable con los datos del FilterReport