找回密码
 立即注册

QQ登录

只需一步,快速开始

Henry

银牌会员

16

主题

77

帖子

2265

积分

银牌会员

积分
2265

活字格认证

Henry
银牌会员   /  发表于:2011-1-24 12:43  /   查看:5923  /  回复:1
您好,现在我想在代码中写初始配置 pivotView.BeginLayoutUpdate("Initialization")

怎么加入display totals语句啊,谢谢

1 个回复

倒序浏览
gw0506
超级版主   /  发表于:2011-1-24 14:13:00
沙发
  1. using (ILayoutActions actions = pivotView.BeginLayoutUpdate("Show chart"))
  2. {
  3.   actions.SetMarkingType(MarkingType.Bar)
  4.     .AppendField("[Measures].[Order Count]", ShelfKind.ColumnShelf)
  5.     .Commit();
  6. }
复制代码
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部