packaging a project into a component
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Date: Sat, 30 Oct 2004 17:14:22 -0700
I have a project with one aspx page and one Crystal Report. If you pass the
page a web datagrid it will print a report consisting of the datagrid
headings and contents in report format.
I would like to package this into a component or a control so that a
developer could enable Grid Print capability simply droping the "Print this
grid" component on a page and assign the name of the grid.
My problem is that I don't know how to put an aspx page and a crystal report
inside a control/component. Can Components write out web pages?
Any ideas would be appreciated.
T
Relevant Pages
- Quite difficult: Crystal_Report.datasource = ArrayList
... On my aspx page, I am using a Repeater control, which is ... Dim arrAfiliado As New ArrayList ... ' Then I bind Repeater control with that ArrayList ... ' The fields of my Crystal Report are designed based on an XML Schema ... (microsoft.public.dotnet.framework.aspnet) - packaging a project into a component
... I have a project with one aspx page and one Crystal Report. ... page a web datagrid it will print a report consisting of the datagrid ... grid" component on a page and assign the name of the grid. ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) - packaging a project into a component
... I have a project with one aspx page and one Crystal Report. ... page a web datagrid it will print a report consisting of the datagrid ... grid" component on a page and assign the name of the grid. ... (microsoft.public.dotnet.framework.aspnet) - Packaging a project into a component
... I have a project with one aspx page and one Crystal Report. ... page a web datagrid it will print a report consisting of the datagrid ... grid" component on a page and assign the name of the grid. ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Return list of parameters from Crystal Report in code?
... Is there a way to return a list of report parameters from a crystal report? ... I am building an application where the user selects a crystal report and I ... would like to then list all the parameter fields that are used in the report ... in a grid etc. ... (microsoft.public.vb.crystal) |
|