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

📄 gregn40.npk

📁 《易语言中应用Grid++Report教程》?兑子镅灾杏τ肎rid++Report教程》
💻 NPK
📖 第 1 页 / 共 5 页
字号:

##1 IGRSubReport.Visible = 可见性
属性 Visible

##1 IGRSubReport.Cursor = 光标
属性 Cursor

##1 IGRSubReport.GetAsTextBox = 获取为文字框
属性 AsTextBox

##1 IGRSubReport.GetAsChart = 获取为图表
属性 AsChart

##1 IGRSubReport.GetAsStaticBox = 获取为静态文字框
属性 AsStaticBox

##1 IGRSubReport.GetAsShapeBox = 获取为图形框
属性 AsShapeBox

##1 IGRSubReport.GetAsSystemVarBox = 获取为系统变量框
属性 AsSystemVarBox

##1 IGRSubReport.GetAsFieldBox = 获取为字段框
属性 AsFieldBox

##1 IGRSubReport.GetAsSummaryBox = 获取为统计框
属性 AsSummaryBox

##1 IGRSubReport.GetAsPictureBox = 获取为图像框
属性 AsPictureBox

##1 IGRSubReport.GetAsRichTextBox = 获取为RTF文字框
属性 AsRichTextBox

##1 IGRSubReport.GetAsMemoBox = 获取为综合文字框
属性 AsMemoBox

##1 IGRSubReport.GetAsSubReport = 获取为子报表
属性 AsSubReport

##1 IGRSubReport.GetAsLine = 获取为线段
属性 AsLine

##1 IGRSubReport.SetBounds = 设置边界
方法 SetBounds

##1 IGRSubReport.BringToFront = 显示到前端
方法 BringToFront

##1 IGRSubReport.SendToBack = 显示到后端
方法 SendToBack

##0 IGRSubReport.LoadCursorFile = 
方法 LoadCursor

##1 IGRSubReport.GetReport = 获取关联报表
属性 Report

##1 IGRSubReport.CanGrow = 可伸展
属性 CanGrow

##1 IGRSubReport.CanShrink = 可收缩
属性 CanShrink

##1 IGRSubReport.ReportFile = 报表模板文件


##1 IGRSubReport.SetReport = 设置关联报表
属性 Report

##0 IGRSections = 报表节集合


##1 IGRSections.Add = 
方法 AddSection

##1 IGRSections.Remove = 
方法 Remove

##1 IGRSections.RemoveAll = 
方法 RemoveAll

##0 GRSectionType = 报表节类型枚举


##1 tagGRSectionType = 报表节类型枚举


##1 tagGRSectionType.grstPageHeader = 页眉


##1 tagGRSectionType.grstReportHeader = 报表头


##1 tagGRSectionType.grstReportFooter = 报表尾


##1 tagGRSectionType.grstPageFooter = 页脚


##1 tagGRSectionType.grstColumnTitle = 标题行


##1 tagGRSectionType.grstColumnContent = 内容行


##1 tagGRSectionType.grstGroupHeader = 分组头


##1 tagGRSectionType.grstGroupFooter = 分组尾


##1 IGRDetailGrid = 明细网格


##1 IGRDetailGrid.BackColor = 背景色
属性 BackColor

##1 IGRDetailGrid.GetFont = 获取字体
属性 Font

##0 IGRDetailGrid.Name = 名称
属性 Name

##1 IGRDetailGrid.BorderStyles = 边框模式
属性 BorderStyles

##1 IGRDetailGrid.BorderWidth = 边框宽度
属性 BorderWidth

##1 IGRDetailGrid.BorderColor = 边框色
属性 BorderColor

##1 IGRDetailGrid.FixCols = 锁定列数
属性 FixCols

##1 IGRDetailGrid.CenterView = 居中显示
属性 CenterView

##1 IGRDetailGrid.RowLineColor = 行线颜色


##1 IGRDetailGrid.ColLineColor = 列线颜色


##1 IGRDetailGrid.PageColumnDirection = 页栏方向
属性 PageColumnDirection

##1 IGRDetailGrid.PageColumnCount = 页栏数
属性 PageColumnCount

##1 IGRDetailGrid.PageColumnSpacing = 页栏间距
属性 PageColumnSpacing

##1 IGRDetailGrid.ShowColLine = 显示列线
属性 ShowColLine

##1 IGRDetailGrid.ShowRowLine = 显示行线
属性 ShowRowLine

##1 IGRDetailGrid.PrintAdaptMethod = 打印适应策略
属性 PrintAdaptMethod

##1 IGRDetailGrid.PrintAdaptRepeat = 打印重复策略
属性 PrintAdaptRepeat

##1 IGRDetailGrid.NewPage = 换新页方式
属性 NewPage

##1 IGRDetailGrid.AppendBlankRow = 追加空白行
属性 AppendBlankRow

##1 IGRDetailGrid.GrowToBottom = 伸展到页底


##1 IGRDetailGrid.ColLineWidth = 列线宽度
属性 ColLineWidth

##1 IGRDetailGrid.RowLineWidth = 行线宽度
属性 RowLineWidth

##1 IGRDetailGrid.GetColumnContent = 获取内容行
属性 ColumnContent

##1 IGRDetailGrid.GetColumnTitle = 获取标题行
属性 ColumnTitle

##1 IGRDetailGrid.GetColumns = 获取列集合
属性 Columns

##1 IGRDetailGrid.GetGroups = 获取分组集合
属性 Groups

##1 IGRDetailGrid.GetRecordset = 获取数据集
属性 Recordset

##1 IGRDetailGrid.AddColumn = 增加列
方法 AddColumn

##1 IGRDetailGrid.ClearColumns = 清空列
方法 ClearColumns

##1 IGRDetailGrid.FindGroupTitleCell = 查找组标题格
方法 FindGroupTitleCell

##1 IGRDetailGrid.AddGroupTitle = 增加组标题格
方法 AddGroupTitle

##1 IGRDetailGrid.ClearGroupTitles = 清空组标题格
方法 ClearGroupTitles

##1 IGRDetailGrid.ColumnMoveToEnd = 移动列到最后
方法 ColumnMoveToEnd

##1 IGRDetailGrid.StartNewGroup = 开始新分组
方法 StartNewGroup

##0 GRPageColumnDirection = 页栏显示方向枚举


##1 tagGRPageColumnDirection = 页栏显示方向枚举


##1 tagGRPageColumnDirection.grpcdDownAcross = 上到下左到右


##1 tagGRPageColumnDirection.grpcdAcrossDown = 左到右上到下


##0 GRColumnPrintAdaptMethod = 打印策略枚举


##1 tagGRColumnPrintAdaptMethod = 打印策略枚举


##1 tagGRColumnPrintAdaptMethod.grcpamDiscard = 丢弃


##1 tagGRColumnPrintAdaptMethod.grcpamWrap = 绕行


##1 tagGRColumnPrintAdaptMethod.grcpamResizeToFit = 缩放适应


##1 tagGRColumnPrintAdaptMethod.grcpamShrinkToFit = 缩小适应


##1 tagGRColumnPrintAdaptMethod.grcpamToNewPage = 先上下横向分页


##1 tagGRColumnPrintAdaptMethod.grcpamToNewPageEx = 先左右横向分页


##1 tagGRColumnPrintAdaptMethod.grcpamToNewPageRFC = 先上下横向分页并重复锁定列


##1 tagGRColumnPrintAdaptMethod.grcpamToNewPageRFCEx = 先左右横向分页并重复锁定列


##0 GRNewPageStyle = 换新页方式枚举


##1 tagGRNewPageStyle = 换新页方式枚举


##1 tagGRNewPageStyle.grnpsNone = 不应用


##1 tagGRNewPageStyle.grnpsBefore = 节前


##1 tagGRNewPageStyle.grnpsAfter = 节后


##1 tagGRNewPageStyle.grnpsBeforeAfter = 节前节后


##1 IGRColumnContent = 内容行


##1 IGRColumnContent.BackColor = 背景色
属性 BackColor

##1 IGRColumnContent.GetFont = 获取字体
属性 Font

##1 IGRColumnContent.GetControls = 获取部件框集合
属性 Controls

##1 IGRColumnContent.Height = 高度
属性 Height

##1 IGRColumnContent.Name = 名称
属性 Name

##1 IGRColumnContent.CanGrow = 可伸展
属性 CanGrow

##1 IGRColumnContent.CanShrink = 可收缩
属性 CanShrink

##1 IGRColumnContent.GetParent = 获取父对象
属性 Parent

##1 IGRColumnContent.SectionType = 节类型
属性 SectionType

##1 IGRColumnContent.Visible = 可见性
属性 Visible

##1 IGRColumnContent.FormatScript = 格式化脚本


##1 IGRColumnContent.GetDetailGrid = 获取明细网格
属性 DetailGrid

##1 IGRColumnContent.KeepTogether = 保持同页
属性 KeepTogether

##1 IGRColumnContent.Cursor = 光标
属性 Cursor

##1 IGRColumnContent.AlternatingBackColor = 交替背景色
属性 AlternatingBackColor

##1 IGRColumnContent.GetContentCells = 获取内容格集合
属性 ContentCells

##1 IGRColumnContent.RowsPerPage = 每页行数
属性 RowsPerPage

##1 IGRColumnContent.AdjustRowHeight = 调整行高
属性 AdjustRowHeight

##0 IGRColumnContent.LoadCursorFile = 
方法 LoadCursor

##1 IGRColumnSection = 列行


##1 IGRColumnSection.BackColor = 背景色
属性 BackColor

##1 IGRColumnSection.GetFont = 获取字体
属性 Font

##1 IGRColumnSection.GetControls = 获取部件框集合
属性 Controls

##1 IGRColumnSection.Height = 高度
属性 Height

##1 IGRColumnSection.Name = 名称
属性 Name

##1 IGRColumnSection.CanGrow = 可伸展
属性 CanGrow

##1 IGRColumnSection.CanShrink = 可收缩
属性 CanShrink

##1 IGRColumnSection.GetParent = 获取父对象
属性 Parent

##1 IGRColumnSection.SectionType = 节类型
属性 SectionType

##1 IGRColumnSection.Visible = 可见性
属性 Visible

##1 IGRColumnSection.FormatScript = 格式化脚本


##1 IGRColumnSection.GetDetailGrid = 获取明细网格
属性 DetailGrid

##1 IGRColumnSection.KeepTogether = 保持同页
属性 KeepTogether

##1 IGRColumnContentCells = 内容格集合


##1 IGRColumnContentCells.GetItem = 获取项目


##0 IGRColumnContentCells.Get_NewEnum = 


##1 IGRColumnContentCells.Count = 数目


##1 IGRColumnContentCells.IndexByName = 根据名称得序号
方法 IndexByName

##1 IGRColumnContentCell = 内容格


##1 IGRColumnContentCell.Name = 名称
属性 Name

##1 IGRColumnContentCell.BackColor = 背景色
属性 BackColor

##1 IGRColumnContentCell.ForeColor = 文字色
属性 ForeColor

##1 IGRColumnContentCell.GetFont = 获取字体
属性 Font

##1 IGRColumnContentCell.WordWrap = 文字绕行
属性 WordWrap

##1 IGRColumnContentCell.EndEllipsis = 省略点显示文字
属性 EndEllipsis

##1 IGRColumnContentCell.TextAlign = 文字对齐方式
属性 TextAlign

##1 IGRColumnContentCell.FreeCell = 自由格
属性 FreeCell

##1 IGRColumnContentCell.GetControls = 获取部件框集合
属性 Controls

##1 IGRColumnContentCell.GetColumn = 获取列
属性 Column

##1 IGRColumnContentCell.PrintType = 打印类别
属性 PrintType

##1 IGRColumnContentCell.ShowMoneyLabel = 显示财务金额标签
属性 ShowMoneyLabel

##1 IGRColumnContentCell.ShowMoneyLine = 显示财务金额线
属性 ShowMoneyLine

##1 IGRColumnContentCell.GetParent = 获取父对象
属性 Parent

##1 IGRColumnContentCell.DataField = 数据字段
属性 DataField

##1 IGRColumnContentCell.CanGrow = 可伸展
属性 CanGrow

##1 IGRColumnContentCell.CanShrink = 可收缩
属性 CanShrink

##1 IGRColumnContentCell.ShrinkFontToFit = 缩小适应


##1 IGRColumnContentCell.Cursor = 光标
属性 Cursor

##0 IGRColumnContentCell.LoadCursorFile = 
方法 LoadCursor

##1 IGRColumnCell = 单元格


##1 IGRColumnCell.Name = 名称
属性 Name

##1 IGRColumnCell.BackColor = 背景色
属性 BackColor

##1 IGRColumnCell.ForeColor = 文字色
属性 ForeColor

##1 IGRColumnCell.GetFont = 获取字体
属性 Font

##1 IGRColumnCell.WordWrap = 文字绕行
属性 WordWrap

##1 IGRColumnCell.EndEllipsis = 省略点显示文字
属性 EndEllipsis

##1 IGRColumnCell.TextAlign = 文字对齐方式
属性 TextAlign

##1 IGRColumnCell.FreeCell = 自由格
属性 FreeCell

##1 IGRColumnCell.GetControls = 获取部件框集合
属性 Controls

##1 IGRColumnCell.GetColumn = 获取列
属性 Column

##1 IGRColumnCell.PrintType = 打印类别
属性 PrintType

##1 IGRColumnCell.ShowMoneyLabel = 显示财务金额标签
属性 ShowMoneyLabel

##1 IGRColumnCell.ShowMoneyLine = 显示财务金额线
属性 ShowMoneyLine

##1 IGRColumn = 列


##1 IGRColumn.Name = 名称
属性 Name

##1 IGRColumn.Visible = 可见性
属性 Visible

##1 IGRColumn.Width = 宽度
属性 Width

##1 IGRColumn.GetTitleCell = 获取标题格
属性 TitleCell

##1 IGRColumn.GetContentCell = 获取内容格
属性 ContentCell

##1 IGRColumn.GetParent = 获取父对象
属性 Parent

##1 IGRColumnTitleCell = 标题格


##1 IGRColumnTitleCell.Name = 名称
属性 Name

##1 IGRColumnTitleCell.BackColor = 背景色
属性 BackColor

##1 IGRColumnTitleCell.ForeColor = 文字色
属性 ForeColor

##1 IGRColumnTitleCell.GetFont = 获取字体
属性 Font

##1 IGRColumnTitleCell.WordWrap = 文字绕行
属性 WordWrap

##1 IGRColumnTitleCell.EndEllipsis = 省略点显示文字
属性 EndEllipsis

##1 IGRColumnTitleCell.TextAlign = 文字对齐方式
属性 TextAlign

##1 IGRColumnTitleCell.FreeCell = 自由格
属性 FreeCell

##1 IGRColumnTitleCell.GetControls = 获取部件框集合
属性 Controls

##1 IGRColumnTitleCell.GetColumn = 获取列
属性 Column

##1 IGRColumnTitleCell.PrintType = 打印类别
属性 PrintType

##1 IGRColumnTitleCell.ShowMoneyLabel = 显示财务金额标签
属性 ShowMoneyLabel

##1 IGRColumnTitleCell.ShowMoneyLine = 显示财务金额线
属性 ShowMoneyLine

##1 IGRColumnTitleCell.Visible = 可见性
属性 Visible

##1 IGRColumnTitleCell.GroupTitle = 获取标题行
属性 GroupTitle

##1 IGRColumnTitleCell.Text = 文字
属性 Text

##1 IGRColumnTitleCell.Height = 高度


##1 IGRColumnTitleCell.GetParent = 获取父对象
属性 Parent

##1 IGRColumnTitleCell.GetSubTitles = 获取下级标题格集合
属性 SubTitles

##1 IGRColumnTitleCell.EncloseColumn = 包含列
方法 EncloseColumn

##1 IGRColumnTitleCell.AddSubGroupTitle = 增加下级组标题格
方法 AddSubGroupTitle

##1 IGRColumnTitle = 标题行


##1 IGRColumnTitle.BackColor = 背景色
属性 BackColor

##1 IGRColumnTitle.GetFont = 获取字体
属性 Font

##1 IGRColumnTitle.GetControls = 获取部件框集合
属性 Controls

##1 IGRColumnTitle.Height = 高度
属性 Height

##1 IGRColumnTitle.Name = 名称
属性 Name

##1 IGRColumnTitle.CanGrow = 可伸展
属性 CanGrow

##1 IGRColumnTitle.CanShrink = 可收缩
属性 CanShrink

##1 IGRColumnTitle.GetParent = 获取父对象
属性 Parent

##1 IGRColumnTitle.SectionType = 节类型
属性 SectionType

##1 IGRColumnTitle.Visible = 可见性
属性 Visible

##1 IGRColumnTitle.FormatScript = 格式化脚本


##1 IGRColumnTitle.GetDetailGrid = 获取明细网格
属性 DetailGrid

##1 IGRColumnTitle.KeepTogether = 保持同页
属性 KeepTogether

##1 IGRColumnTitle.GetTitleCells = 获取标题格集合
属性 TitleCells

##1 IGRColumnTitle.RepeatStyle = 重复方式
属性 RepeatStyle

##1 IGRColumnTitleCells = 标题格集合


##1 IGRColumnTitleCells.Count = 数目


##1 IGRColumnTitleCells.Get

⌨️ 快捷键说明

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