|
Browse by Tags
All Tags » #Report ( RSS)
-
Hi, the ReportModel you like to use is called 'PushModel'. Please look to the samples, there you will find a report with this 'ReportModel. Advantage: You can create one report as a Template and use it with different DataSources like DataSet,DataTable of IList Hope this help's Peter
-
I just created a new (blank) report. I dropped a ReportTextItem on the ReportHeader, a second one on the page header. After that I was trying to move the second field to another position. I think before the following Message I also went to page preview and the ReportViewer (which said it's not implementd...
Posted to
Forum
by
Colonel Burton
on
02-20-2007
Filed under: Bug report, #report, exception, Designer
-
Hi, The FileDialog on the BaseSettings Panel is to locate the Path where to store the Report. You point to the *.xsd file with the FileDialog on the Pushmodel Panel. 'Exception no 2 Message box : AutoBuildFromDataSet : At this time no more than one table is allowed 2.' I haven't found a good way to select...
-
Hello Peter Sorry for posting the original report in the wrong section. So I tried the same scenario with 2378 and still got the exception. I think the problem is that on the base settings page of the report wizard it allows you to select the push data button and also on the same page allows you to select...
Posted to
Forum
by
pikex7
on
02-10-2007
Filed under: #Report
-
I obtain following message whenever I try to create a Report using the push model. I use MySQL and understood from the forum that use of the push model to connect to an XSD file is the only way. The error occurs immediately I push the path browse button SharpDevelop Version : 2.1.0.2376 .NET Version...
Posted to
Forum
by
pikex7
on
02-09-2007
Filed under: #report
-
hi I have a list of suggestions / wishes that I'd like to discuss: PDF export I need Unicode (Slavic characters in my case - čšž). This can be trivially done by instructing PdfSharp to include this support. I've tested this feature and it works without problems. Source view Report designer should (IMO...
-
Relevant section of C# code (complete code section was converted): // extract the part within quotes char ch; int nEnd; for (nEnd = 1; (ch = sBodyStruct[nEnd]) != '"'; nEnd++) { if (ch == '\\') nEnd++; } Converted VB.NET code: ' extract the part within quotes Dim ch As Char Dim nEnd As Integer nEnd ...
Posted to
Forum
by
Satch
on
01-19-2007
Filed under: Bug report, #report, Code conversion, bug
-
Hi trofimich, you should get the ReportWizard by clicking File/New/File/Misc from the MainMenu. In the 'NewFile' - Dialog that is opened you will see a Icon for SharpReport, this is the first Icon on my PC. Clicking this Icon will start the Wizard. Peter
-
Hi trofimich, did you follow the Wizard? This means, did you select a database, build a query and finish the wizard correctly. You can download the Source of #Report, there you will find a ReadMe file with instructions to create Reports. Hope this helps Peter
-
"Add New Item > Misc > Sharp Report" shows a blank form instead of the Report Wizard asking for Pull, Push or Form. This is because there is no printer installed on my PC. I did not install printer since this PC is only used for development. It will be helpful to check for IsValidPrinter() when...
Posted to
Forum
by
damienduff
on
11-02-2006
Filed under: #report, exception, Interface
|
|
|