tommix
tommix
About
- Username
- tommix
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
ahmadi wrote: » Hi, i have a DataTable made in Run-time. i want to know how can i design a report file for that? and how to show it in runtime in report viewer? thanks when you create table via runtime - register that table to Fast repor…
-
ebrahim savadinejad wrote: » hi i want to visible and unvisible footer child when report total page grater than 1 show child 3 for example and on last page show child4 and when i have a 1 page show child 4 when i get Engine.PageNo it's work fin…
-
this is like basics of C#. the best option would be create new DataTable and add your dictionary to it and register that datable to FR.
-
i have application which crates MS SQL data source in report if user clicks create new...but i'm to not able to add table via sql query ant make it editable. it creates table in sources via my sql...but i want that customer be able to edit that query
-
i think you should first lear to make questions sound more like questions. [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> 1. delete combo box -so it wont be filter 2. don'…
-
mohammad shahabipour wrote: » Hi Every body. how change connection datasource fastreport ? you have to write what you want to do and with what? do you want to to do this via Visual Studio C# code? or in report designer?
-
If you wanna run report on button click - all you have to do is select needed button and there is property DialogResult - choose OK. then this button will run report.