Update Version 2.0
This commit is contained in:
@@ -16,14 +16,14 @@ namespace QW2021C.Resultate.Reports {
|
||||
using CrystalDecisions.CrystalReports.Engine;
|
||||
|
||||
|
||||
public class Rpt_Auswertung_Gesamt_Top_20 : ReportClass {
|
||||
public class Rpt_Auswertung_Gesamt_top_20 : ReportClass {
|
||||
|
||||
public Rpt_Auswertung_Gesamt_Top_20() {
|
||||
public Rpt_Auswertung_Gesamt_top_20() {
|
||||
}
|
||||
|
||||
public override string ResourceName {
|
||||
get {
|
||||
return "Rpt_Auswertung_Gesamt_Top_20.rpt";
|
||||
return "Rpt_Auswertung_Gesamt_top_20.rpt";
|
||||
}
|
||||
set {
|
||||
// Do nothing
|
||||
@@ -41,7 +41,7 @@ namespace QW2021C.Resultate.Reports {
|
||||
|
||||
public override string FullResourceName {
|
||||
get {
|
||||
return "QW2021C.Resultate.Reports.Rpt_Auswertung_Gesamt_Top_20.rpt";
|
||||
return "QW2021C.Resultate.Reports.Rpt_Auswertung_Gesamt_top_20.rpt";
|
||||
}
|
||||
set {
|
||||
// Do nothing
|
||||
@@ -130,9 +130,9 @@ namespace QW2021C.Resultate.Reports {
|
||||
}
|
||||
|
||||
[System.Drawing.ToolboxBitmapAttribute(typeof(CrystalDecisions.Shared.ExportOptions), "report.bmp")]
|
||||
public class CachedRpt_Auswertung_Gesamt_Top_20 : Component, ICachedReport {
|
||||
public class CachedRpt_Auswertung_Gesamt_top_20 : Component, ICachedReport {
|
||||
|
||||
public CachedRpt_Auswertung_Gesamt_Top_20() {
|
||||
public CachedRpt_Auswertung_Gesamt_top_20() {
|
||||
}
|
||||
|
||||
[Browsable(false)]
|
||||
@@ -169,7 +169,7 @@ namespace QW2021C.Resultate.Reports {
|
||||
}
|
||||
|
||||
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
|
||||
Rpt_Auswertung_Gesamt_Top_20 rpt = new Rpt_Auswertung_Gesamt_Top_20();
|
||||
Rpt_Auswertung_Gesamt_top_20 rpt = new Rpt_Auswertung_Gesamt_top_20();
|
||||
rpt.Site = this.Site;
|
||||
return rpt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user