Crea un objeto Variable con los datos del FilterReport. Más...
Otros miembros heredados | |
![]() | |
enum | TextAlign { Left = 0 , Center = 1 , Right = 2 , Justify = 3 , Near = 4 , Far = 5 } |
Enum TextAlign. Más... | |
![]() | |
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... | |
![]() | |
Sage.Reporting.Model.TextAlign | _ToModel (TextAlign toTextAlign) |
Pasa TextAlign a Sage.Reporting.Model.TextAlign. | |
![]() | |
TextAlign | _TextAlign [get, set] |
TextAlign. | |
![]() | |
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. | |
Crea un objeto Variable con los datos del FilterReport.
Definición en la línea 501 del archivo GenerateElement.cs.