dmazay
dmazay
About
- Username
- dmazay
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
lzsh0622, Do you solve this problem?? If you have solution, pls write it here.
-
plz give me example. so as i use next code     using (Report report = new Report()){         report.Load(path);         report.Dictionary.Connections[0].ConnectionString = "DATA SOURCE=" + ConfigurationManager.AppSettings.Get…
-
Use functions ToWords()
-
UP
-
lzsh0622 wrote: » How to make the printer settings window always on top? web environment Thanks! lzsh0622, Do you print report from web? Could you give example code fro print reports from web? i use VS2010, when i try pri…
-
Nownew wrote: » Dear all, How can i set the page size in code?It's not work by follow scripts: FastReport.Report fastReport = new FastReport.Report(); ... fastReport.PrintSettings.Printer = ""; fastReport.PrintSettings.Copies = 2; fastRepo…