⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 multiviewreportview.h

📁 一个很好用的报表控件
💻 H
字号:
// MultiViewReportView.h : interface of the CMultiViewReportView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MULTIVIEWREPORTVIEW_H__E41EF17D_5636_4967_8283_5EB0ED96B87A__INCLUDED_)
#define AFX_MULTIVIEWREPORTVIEW_H__E41EF17D_5636_4967_8283_5EB0ED96B87A__INCLUDED_
#include "crystalreportviewer4.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


#define  IDC_VIEWER     1001

class CMultiViewReportView : public CView
{
protected: // create from serialization only
	CMultiViewReportView();
	DECLARE_DYNCREATE(CMultiViewReportView)

// Attributes
public:
	CMultiViewReportDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMultiViewReportView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnInitialUpdate();
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation

public:
	virtual ~CMultiViewReportView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
    IReport * iReport;
protected:
   CCrystalReportViewer4 Viewer;

protected:
	//{{AFX_MSG(CMultiViewReportView)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnFilePrint();
	afx_msg void OnExport();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
protected:
    afx_msg void ExportButtonClicked(BOOL FAR* UseDefault);
    afx_msg void PrintButtonClicked(BOOL FAR* UseDefault);
    DECLARE_EVENTSINK_MAP()

};

#ifndef _DEBUG  // debug version in MultiViewReportView.cpp
inline CMultiViewReportDoc* CMultiViewReportView::GetDocument()
   { return (CMultiViewReportDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MULTIVIEWREPORTVIEW_H__E41EF17D_5636_4967_8283_5EB0ED96B87A__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -