Formato XML (Buscar Datos) |
Superior Previo Próximo |
El siguiente XML provee el formato para el parámetro BuscarDatos del método EjecutarModelo. Vea Repositorio para más información.
<ReportViewData> <!-- // Use this section to declare all possible fields - columns that will appear in EA's search window - that will be used below in <Rows/>. // The order of the columns of information to be appened here needs to match the order that the search run in EA would normally display. // Furthermore, if your append results onto a custom SQL Search, then order used in your Custom SQL must match the order used below. -->
<Fields> <Field name=""/> <Field name=""/> <Field name=""/> <Field name=""/> </Fields>
<Rows> <Row> <Field name="" value=""/> <Field name="" value=""/> <Field name="" value=""/> <Field name="" value=""/> </Row> <Row> <Field name="" value=""/> <Field name="" value=""/> <Field name="" value=""/> <Field name="" value=""/> </Row> <Row> <Field name="" value=""/> <Field name="" value=""/> <Field name="" value=""/> <Field name="" value=""/> </Row> </Rows> </ReportViewData> |