Page 1 of 1

Chagen of position Label.

Posted: Tue Oct 04, 2011 3:22 pm
by fminguetch
Hi I'm new in Reports Tool
but Is possible - Create events that run in each reporting cycle, the generation of a new line of reports (detail) and perform specific activities not only change in format but also allows us to play with the values we hold at the time of the base data and perform other activities, such as changing positions in fields.
That is:
You can change your position and size of a Label, taking reference value database, for example:
if (data.name ["Change"] == true)
Label.Position.left = data.name ["X"];
This is because some of the tasks you have in your application is that the user will be able to modify the header of the report from the application.

- - - -
Crear eventos que se ejecutan en cada ciclo del reporte, en la generación de una nueva línea del informes (detail) y realice actividades específicas no solo cambio de formato sino también nos permita jugar con los valores que tenemos en ese momento de la base de dato y realizar otras actividades, como cambio de posiciones en campos.
Es decir:
Se puede cambiar de posición y tamaño te un Label, tomando de referencia un valor la base de datos, por ejemplo:
if (data.name ["Change"] == true)
Label.Position.left = data.name ["X"];
Esto se debe ya que unas de las tareas que se tienes en la aplicación es que el usuario va a poder modificar el encabezado del reporte desde la aplicación.

Chagen of position Label.

Posted: Wed Oct 05, 2011 5:22 am
by HighAley
Hello.

You can change data and generate reports at runtime.
Please, provide more details on your problems with example to give you more specific recommendations.

======================================

Puede cambiar los datos y generar informes en tiempo de ejecución.
Por favor, dé más detalles sobre sus problemas con el ejemplo para darle recomendaciones más específicas.

Thank you.