Good .. I am new to telerik reporting, I am studying the Free version, because I'm search of a reporting application to implement in my project.
1 - Suppose, that I have records of patients in a sanatorium, and I have to print each on a separate medical history ... I can be done with telerik reporting.
2 - I would place a subreport in report at the bottom of the page, to appear at the end of each sheet. in the footnotes.
3 - If possible create events, that run in each cycle of a new line generation of reports. where specific activities.
4 - You can change position and change the size, using a base value of database, example:
if (data.name == true)
textbox.location = (data.X, data.Y);
textBox.Size = (data.W, data.H);
excuse my bad English, so my ideas in Spanish writing to explain better.
------ Spanish.
1 - Supongamos, que tengo Historias Clinicas de Pacientes en un Sanatorio, y tengo que imprimir cada historia clinica en hoja separada... se puede realizar con telerik reporting.
2 - Se puede colocar en un reporte un subreporte en la parte inferior de la pagina, con el fin de que aparezca al final de todas las hojas. en el pies de pagina.
3 - Si es posible, crear eventos que se ejecutan en cada ciclo del reporte en la generación de una nueva línea de informes (detail) y realice actividades específicas.
4 - Se puede cambiar de posición y cambiar el tamaño te un TextBox, tomando de referencia un valor la base de datos, por ejemplo:
if (data.name == true)
textbox.location= (data.X, data.Y);
textBox.Size=(data.W, data.H);
5 - Telerik report me permite asociar en un solo PDF, varios reportes. me explico
Se solicita los reporte del un dortor, el doctor tienes asociados un conjunto de pacientes, ellos un conjuntos de reportes según el caso. la idea es que se quiere generar un reporte que contenga todos los reportes que se llame desde el doctor.
(Me enredo explicando esta idea en ingles.)
1 - Suppose, that I have records of patients in a sanatorium, and I have to print each on a separate medical history ... I can be done with telerik reporting.
2 - I would place a subreport in report at the bottom of the page, to appear at the end of each sheet. in the footnotes.
3 - If possible create events, that run in each cycle of a new line generation of reports. where specific activities.
4 - You can change position and change the size, using a base value of database, example:
if (data.name == true)
textbox.location = (data.X, data.Y);
textBox.Size = (data.W, data.H);
excuse my bad English, so my ideas in Spanish writing to explain better.
------ Spanish.
1 - Supongamos, que tengo Historias Clinicas de Pacientes en un Sanatorio, y tengo que imprimir cada historia clinica en hoja separada... se puede realizar con telerik reporting.
2 - Se puede colocar en un reporte un subreporte en la parte inferior de la pagina, con el fin de que aparezca al final de todas las hojas. en el pies de pagina.
3 - Si es posible, crear eventos que se ejecutan en cada ciclo del reporte en la generación de una nueva línea de informes (detail) y realice actividades específicas.
4 - Se puede cambiar de posición y cambiar el tamaño te un TextBox, tomando de referencia un valor la base de datos, por ejemplo:
if (data.name == true)
textbox.location= (data.X, data.Y);
textBox.Size=(data.W, data.H);
5 - Telerik report me permite asociar en un solo PDF, varios reportes. me explico
Se solicita los reporte del un dortor, el doctor tienes asociados un conjunto de pacientes, ellos un conjuntos de reportes según el caso. la idea es que se quiere generar un reporte que contenga todos los reportes que se llame desde el doctor.
(Me enredo explicando esta idea en ingles.)