CRTGeQuInfo.cs
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:6k
源码类别:

行业应用

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     此代码由工具生成。
  4. //     运行库版本:2.0.50727.42
  5. //
  6. //     对此文件的更改可能会导致不正确的行为,并且如果
  7. //     重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace KTVAdmin.GeQuGuanLi {
  11.     using System;
  12.     using System.ComponentModel;
  13.     using CrystalDecisions.Shared;
  14.     using CrystalDecisions.ReportSource;
  15.     using CrystalDecisions.CrystalReports.Engine;
  16.     
  17.     
  18.     public class CRTGeQuInfo : ReportClass {
  19.         
  20.         public CRTGeQuInfo() {
  21.         }
  22.         
  23.         public override string ResourceName {
  24.             get {
  25.                 return "CRTGeQuInfo.rpt";
  26.             }
  27.             set {
  28.                 // Do nothing
  29.             }
  30.         }
  31.         
  32.         [Browsable(false)]
  33.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  34.         public CrystalDecisions.CrystalReports.Engine.Section Section1 {
  35.             get {
  36.                 return this.ReportDefinition.Sections[0];
  37.             }
  38.         }
  39.         
  40.         [Browsable(false)]
  41.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  42.         public CrystalDecisions.CrystalReports.Engine.Section Section2 {
  43.             get {
  44.                 return this.ReportDefinition.Sections[1];
  45.             }
  46.         }
  47.         
  48.         [Browsable(false)]
  49.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  50.         public CrystalDecisions.CrystalReports.Engine.Section Section3 {
  51.             get {
  52.                 return this.ReportDefinition.Sections[2];
  53.             }
  54.         }
  55.         
  56.         [Browsable(false)]
  57.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  58.         public CrystalDecisions.CrystalReports.Engine.Section Section4 {
  59.             get {
  60.                 return this.ReportDefinition.Sections[3];
  61.             }
  62.         }
  63.         
  64.         [Browsable(false)]
  65.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  66.         public CrystalDecisions.CrystalReports.Engine.Section Section5 {
  67.             get {
  68.                 return this.ReportDefinition.Sections[4];
  69.             }
  70.         }
  71.         
  72.         [Browsable(false)]
  73.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  74.         public CrystalDecisions.Shared.IParameterField Parameter_SName {
  75.             get {
  76.                 return this.DataDefinition.ParameterFields[0];
  77.             }
  78.         }
  79.         
  80.         [Browsable(false)]
  81.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  82.         public CrystalDecisions.Shared.IParameterField Parameter_RName {
  83.             get {
  84.                 return this.DataDefinition.ParameterFields[1];
  85.             }
  86.         }
  87.         
  88.         [Browsable(false)]
  89.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  90.         public CrystalDecisions.Shared.IParameterField Parameter_Leixin {
  91.             get {
  92.                 return this.DataDefinition.ParameterFields[2];
  93.             }
  94.         }
  95.         
  96.         [Browsable(false)]
  97.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  98.         public CrystalDecisions.Shared.IParameterField Parameter_YuYan {
  99.             get {
  100.                 return this.DataDefinition.ParameterFields[3];
  101.             }
  102.         }
  103.     }
  104.     
  105.     [System.Drawing.ToolboxBitmapAttribute(typeof(CrystalDecisions.Shared.ExportOptions), "report.bmp")]
  106.     public class CachedCRTGeQuInfo : Component, ICachedReport {
  107.         
  108.         public CachedCRTGeQuInfo() {
  109.         }
  110.         
  111.         [Browsable(false)]
  112.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  113.         public virtual bool IsCacheable {
  114.             get {
  115.                 return true;
  116.             }
  117.             set {
  118.                 // 
  119.             }
  120.         }
  121.         
  122.         [Browsable(false)]
  123.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  124.         public virtual bool ShareDBLogonInfo {
  125.             get {
  126.                 return false;
  127.             }
  128.             set {
  129.                 // 
  130.             }
  131.         }
  132.         
  133.         [Browsable(false)]
  134.         [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
  135.         public virtual System.TimeSpan CacheTimeOut {
  136.             get {
  137.                 return CachedReportConstants.DEFAULT_TIMEOUT;
  138.             }
  139.             set {
  140.                 // 
  141.             }
  142.         }
  143.         
  144.         public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
  145.             CRTGeQuInfo rpt = new CRTGeQuInfo();
  146.             rpt.Site = this.Site;
  147.             return rpt;
  148.         }
  149.         
  150.         public virtual string GetCustomizedCacheKey(RequestContext request) {
  151.             String key = null;
  152.             // // The following is the code used to generate the default
  153.             // // cache key for caching report jobs in the ASP.NET Cache.
  154.             // // Feel free to modify this code to suit your needs.
  155.             // // Returning key == null causes the default cache key to
  156.             // // be generated.
  157.             // 
  158.             // key = RequestContext.BuildCompleteCacheKey(
  159.             //     request,
  160.             //     null,       // sReportFilename
  161.             //     this.GetType(),
  162.             //     this.ShareDBLogonInfo );
  163.             return key;
  164.         }
  165.     }
  166. }