网页
图片
视频
学术
词典
地图
更多
航班
笔记本
AwRsLibrary
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Our
report
will
use
embedded
code
to
call
a
shared
method
in
a
custom
assembly
(
AwRsLibrary
)
and
get
the
forecasted
data
.
我们
的
报表
将
使用
嵌入式
代码
来
调用
一个
自
定义
程序集
(
AwRsLibrary
)
中
的
共享
方法
,
并
获得
预测
数据
。
msdn2.microsoft.com
2.
The
next
step
was
to
create
the
custom
.
NET
assembly
,
AwRsLibrary
,
that
will
bridge the
report
embedded
code
and
OpenForecast
.
下一步
是
创建
自
定义
的
.
NET
程序集
AwRsLibrary
,
它
将
跨
接
报表
嵌入式
代码
和
OpenForecast
。
msdn2.microsoft.com
3.
We
have
at least
two
implementation
options
to
pass
the
crosstab
sales
data
to
AwRsLibrary
.
我们
至少
有
两
种
实现
选择
可以
将
交叉表
销售
数据
传递
到
AwRsLibrary
。
msdn2.microsoft.com
4.
We
don't
have
to
elevate
the
default
code
access
security
policy
for
the
AwRsLibrary
assembly
.
我们
不必
为
AwRsLibrary
程序集
提高
默认
的
代码
访问
安全
策略
。
msdn2.microsoft.com
5.
Then
,
AwRsLibrary
could
make
a
database
call
to
retrieve
the
matching
sales
data
.
然后
,
AwRsLibrary
可以
进行
数据库
调用
以
检索
匹配
的
销售
数据
。
msdn2.microsoft.com
6.
To
integrate
the
report
with
AwRsLibrary
I
wrote
the GetValue
function
,
as
shown
in
Listing
2
.
要
将
报表
与
AwRsLibrary
集成
,
我
编写
了
GetValue
函数
,
如
清单
2
所
示
。
msdn2.microsoft.com
7.
Toward
the
end
of the
file
,
you
will
see
two
CodeGroup XML
elements
that
point
to the
AwRsLibrary
and
OpenForecast
files
.
在
接近
文件
末尾
的
地方
,
您
将
看到
两个
CodeGroupXML
元素
,
分别
指向
AwRsLibrary
和
OpenForecast
文件
。
msdn2.microsoft.com
8.
The
AwRsLibrary
code
for
this
method
is
included
in
the
sample
code
for this
article
.
该
方法
的
AwRsLibrary
代码
包含
在
本文
的
示例
代码
中
。
msdn2.microsoft.com
9.
AwRsLibrary
will
return
the
forecasted
data
to
the
report
which in turn will
display
it
.
AwRsLibrary
将
预测
数据
返回
给
报表
,
然后
再
显示
它
。
msdn2.microsoft.com
10.
Load
the
existing
sales
data
in a
structure
of
some
kind
using
embedded
code
inside
the
report
and
pass
the
structure
to
AwRsLibrary
.
使用
报表
内部
的
嵌入式
代码
将
现有
销售
数据
加载
到
某
种类型
的
结构
中
,
并
将
该
结构
传递
到
AwRsLibrary
。
msdn2.microsoft.com
1
2