CRTGeQuInfo.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:6k
源码类别:
行业应用
开发平台:
Visual C++
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行库版本:2.0.50727.42
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace KTVAdmin.GeQuGuanLi {
- using System;
- using System.ComponentModel;
- using CrystalDecisions.Shared;
- using CrystalDecisions.ReportSource;
- using CrystalDecisions.CrystalReports.Engine;
- public class CRTGeQuInfo : ReportClass {
- public CRTGeQuInfo() {
- }
- public override string ResourceName {
- get {
- return "CRTGeQuInfo.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 Section3 {
- get {
- return this.ReportDefinition.Sections[2];
- }
- }
- [Browsable(false)]
- [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
- public CrystalDecisions.CrystalReports.Engine.Section Section4 {
- get {
- return this.ReportDefinition.Sections[3];
- }
- }
- [Browsable(false)]
- [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
- public CrystalDecisions.CrystalReports.Engine.Section Section5 {
- get {
- return this.ReportDefinition.Sections[4];
- }
- }
- [Browsable(false)]
- [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
- public CrystalDecisions.Shared.IParameterField Parameter_SName {
- get {
- return this.DataDefinition.ParameterFields[0];
- }
- }
- [Browsable(false)]
- [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
- public CrystalDecisions.Shared.IParameterField Parameter_RName {
- get {
- return this.DataDefinition.ParameterFields[1];
- }
- }
- [Browsable(false)]
- [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
- public CrystalDecisions.Shared.IParameterField Parameter_Leixin {
- get {
- return this.DataDefinition.ParameterFields[2];
- }
- }
- [Browsable(false)]
- [DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
- public CrystalDecisions.Shared.IParameterField Parameter_YuYan {
- get {
- return this.DataDefinition.ParameterFields[3];
- }
- }
- }
- [System.Drawing.ToolboxBitmapAttribute(typeof(CrystalDecisions.Shared.ExportOptions), "report.bmp")]
- public class CachedCRTGeQuInfo : Component, ICachedReport {
- public CachedCRTGeQuInfo() {
- }
- [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() {
- CRTGeQuInfo rpt = new CRTGeQuInfo();
- 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;
- }
- }
- }