Chagen of position Label.
Posted: Tue Oct 04, 2011 3:22 pm
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.
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.