Clase para generar codigos a partir de Sagereports. Más...
Propiedades | |
| BarcodeSymbology | _Symbology [get, set] |
| Tipo de código. | |
Propiedades heredados de sage.ew.reports.BarcodeGeneratorElement | |
| BarcodeTextLocation | _TextLocation [get, set] |
| Posición del texto. | |
| float | _TextSpace [get, set] |
| Espacio entre el texto y la imagen. | |
Propiedades heredados de sage.ew.reports.BaseGeneratorElement | |
| String | Condition [get, set] |
| Condición para el componente. | |
| String | SectionCondition [get, set] |
| Condición para la sección donde se añade el componente. | |
| SectionTypeLocation | _SectionLocation [get, set] |
| Indica en que tipo de sección se colocará el componente. | |
| Boolean | _WordWrap [get, set] |
| Indica si se permite el salto de linea. | |
| String | _StringLength [get, set] |
| Cadena para calcular el tamaño. | |
| Boolean | _Bold [get, set] |
| Indica si al crear/mostrar se debe marcar como bold. | |
| Int16 | _FontSize [get, set] |
| Indica el tamaño de la letra al crear/mostrar. | |
Otros miembros heredados | |
Tipos públicos heredados de sage.ew.reports.BaseGeneratorElement | |
| enum | SectionTypeLocation { Detail = 0 , FirstHeaderSection = 1 , LastHeaderSection = 2 , NewHeaderSection = 3 , FirstFooterSection = 4 , LastFooterSection = 5 , NewFooterSection = 6 , FirstHeaderSectionEmpty = 7 , LastHeaderSectionEmpty = 8 , FirstFooterSectionEmpty = 9 , LastFooterSectionEmpty = 10 , ReportHeaderSection = 11 , ReportFooterSection = 12 , ReportHeaderSectionEmpty = 13 , ReportFooterSectionEmpty = 14 , LastReportFooterSectionEmpty = 15 } |
| Indica en que sección debe añadirse. Más... | |
Clase para generar codigos a partir de Sagereports.
Definición en la línea 629 del archivo GenerateElement.cs.
|
getset |
Tipo de código.
Definición en la línea 637 del archivo GenerateElement.cs.