Update Reports
This commit is contained in:
@@ -805,6 +805,12 @@
|
|||||||
<DependentUpon>Vierkampf.rpt</DependentUpon>
|
<DependentUpon>Vierkampf.rpt</DependentUpon>
|
||||||
<SubType>Component</SubType>
|
<SubType>Component</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Resultate\Reports\Vierkampf_alt.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>Vierkampf_alt.rpt</DependentUpon>
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Resultate\ResultatEdit.aspx.cs">
|
<Compile Include="Resultate\ResultatEdit.aspx.cs">
|
||||||
<DependentUpon>ResultatEdit.aspx</DependentUpon>
|
<DependentUpon>ResultatEdit.aspx</DependentUpon>
|
||||||
<SubType>ASPXCodeBehind</SubType>
|
<SubType>ASPXCodeBehind</SubType>
|
||||||
@@ -1000,6 +1006,10 @@ ButtonFeatures.aspx</DependentUpon>
|
|||||||
<Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
|
<Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
|
||||||
<LastGenOutput>Vierkampf.cs</LastGenOutput>
|
<LastGenOutput>Vierkampf.cs</LastGenOutput>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Resultate\Reports\Vierkampf_alt.rpt">
|
||||||
|
<Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Vierkampf_alt.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Service Include="{C0C07587-41A7-46C8-8FBD-3F9C8EBE2DDC}" />
|
<Service Include="{C0C07587-41A7-46C8-8FBD-3F9C8EBE2DDC}" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
169
Resultate/Reports/Vierkampf_alt.cs
Normal file
169
Resultate/Reports/Vierkampf_alt.cs
Normal file
@@ -0,0 +1,169 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code erneut generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace QW2021C.Resultate.Reports {
|
||||||
|
using System;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using CrystalDecisions.Shared;
|
||||||
|
using CrystalDecisions.ReportSource;
|
||||||
|
using CrystalDecisions.CrystalReports.Engine;
|
||||||
|
|
||||||
|
|
||||||
|
public class Vierkampf_alt : ReportClass {
|
||||||
|
|
||||||
|
public Vierkampf_alt() {
|
||||||
|
}
|
||||||
|
|
||||||
|
public override string ResourceName {
|
||||||
|
get {
|
||||||
|
return "Vierkampf_alt.rpt";
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
// Do nothing
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public override bool NewGenerator {
|
||||||
|
get {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
// Do nothing
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public override string FullResourceName {
|
||||||
|
get {
|
||||||
|
return "QW2021C.Resultate.Reports.Vierkampf_alt.rpt";
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
// Do nothing
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public CrystalDecisions.CrystalReports.Engine.Section Section1 {
|
||||||
|
get {
|
||||||
|
return this.ReportDefinition.Sections[0];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public CrystalDecisions.CrystalReports.Engine.Section Section2 {
|
||||||
|
get {
|
||||||
|
return this.ReportDefinition.Sections[1];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public CrystalDecisions.CrystalReports.Engine.Section GroupHeaderSection2 {
|
||||||
|
get {
|
||||||
|
return this.ReportDefinition.Sections[2];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public CrystalDecisions.CrystalReports.Engine.Section Section3 {
|
||||||
|
get {
|
||||||
|
return this.ReportDefinition.Sections[3];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public CrystalDecisions.CrystalReports.Engine.Section GroupFooterSection2 {
|
||||||
|
get {
|
||||||
|
return this.ReportDefinition.Sections[4];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public CrystalDecisions.CrystalReports.Engine.Section Section4 {
|
||||||
|
get {
|
||||||
|
return this.ReportDefinition.Sections[5];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public CrystalDecisions.CrystalReports.Engine.Section Section5 {
|
||||||
|
get {
|
||||||
|
return this.ReportDefinition.Sections[6];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[System.Drawing.ToolboxBitmapAttribute(typeof(CrystalDecisions.Shared.ExportOptions), "report.bmp")]
|
||||||
|
public class CachedVierkampf_alt : Component, ICachedReport {
|
||||||
|
|
||||||
|
public CachedVierkampf_alt() {
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public virtual bool IsCacheable {
|
||||||
|
get {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public virtual bool ShareDBLogonInfo {
|
||||||
|
get {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
||||||
|
public virtual System.TimeSpan CacheTimeOut {
|
||||||
|
get {
|
||||||
|
return CachedReportConstants.DEFAULT_TIMEOUT;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
|
||||||
|
Vierkampf_alt rpt = new Vierkampf_alt();
|
||||||
|
rpt.Site = this.Site;
|
||||||
|
return rpt;
|
||||||
|
}
|
||||||
|
|
||||||
|
public virtual string GetCustomizedCacheKey(RequestContext request) {
|
||||||
|
String key = null;
|
||||||
|
// // The following is the code used to generate the default
|
||||||
|
// // cache key for caching report jobs in the ASP.NET Cache.
|
||||||
|
// // Feel free to modify this code to suit your needs.
|
||||||
|
// // Returning key == null causes the default cache key to
|
||||||
|
// // be generated.
|
||||||
|
//
|
||||||
|
// key = RequestContext.BuildCompleteCacheKey(
|
||||||
|
// request,
|
||||||
|
// null, // sReportFilename
|
||||||
|
// this.GetType(),
|
||||||
|
// this.ShareDBLogonInfo );
|
||||||
|
return key;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
Resultate/Reports/Vierkampf_alt.rpt
Normal file
BIN
Resultate/Reports/Vierkampf_alt.rpt
Normal file
Binary file not shown.
32258
Workdir/06062021221159_Rpt.xml
Normal file
32258
Workdir/06062021221159_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7266
Workdir/06062021225430_Rpt.xml
Normal file
7266
Workdir/06062021225430_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7266
Workdir/06062021225501_Rpt.xml
Normal file
7266
Workdir/06062021225501_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7356
Workdir/06062021225721_Rpt.xml
Normal file
7356
Workdir/06062021225721_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7356
Workdir/06062021225850_Rpt.xml
Normal file
7356
Workdir/06062021225850_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7356
Workdir/06062021230258_Rpt.xml
Normal file
7356
Workdir/06062021230258_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7356
Workdir/06062021230340_Rpt.xml
Normal file
7356
Workdir/06062021230340_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7356
Workdir/06062021230740_Rpt.xml
Normal file
7356
Workdir/06062021230740_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
7356
Workdir/06062021230917_Rpt.xml
Normal file
7356
Workdir/06062021230917_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
2706
Workdir/06062021230946_Rpt.xml
Normal file
2706
Workdir/06062021230946_Rpt.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user