ReportObject.UpgradeRDL 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
升级报表对象的报表定义语言。
重载
UpgradeRDL(Stream, Boolean) |
升级报表对象的报表定义语言。 |
UpgradeRDL(XmlReader, String, Boolean, Boolean) |
升级报表对象的报表定义语言。 |
UpgradeRDL(Stream, Boolean)
升级报表对象的报表定义语言。
public:
static System::IO::Stream ^ UpgradeRDL(System::IO::Stream ^ stream, bool throwUpgradeException);
public static System.IO.Stream UpgradeRDL (System.IO.Stream stream, bool throwUpgradeException);
static member UpgradeRDL : System.IO.Stream * bool -> System.IO.Stream
Public Shared Function UpgradeRDL (stream As Stream, throwUpgradeException As Boolean) As Stream
参数
- stream
- Stream
包含 RDL 的流。
- throwUpgradeException
- Boolean
是否对错误引发异常。
返回
Stream 对象。
适用于
UpgradeRDL(XmlReader, String, Boolean, Boolean)
升级报表对象的报表定义语言。
public:
static System::IO::Stream ^ UpgradeRDL(System::Xml::XmlReader ^ rdlReader, System::String ^ namespaceURI, bool throwUpgradeException, bool upgradeDundasCRIToNative);
public static System.IO.Stream UpgradeRDL (System.Xml.XmlReader rdlReader, string namespaceURI, bool throwUpgradeException, bool upgradeDundasCRIToNative);
static member UpgradeRDL : System.Xml.XmlReader * string * bool * bool -> System.IO.Stream
Public Shared Function UpgradeRDL (rdlReader As XmlReader, namespaceURI As String, throwUpgradeException As Boolean, upgradeDundasCRIToNative As Boolean) As Stream
参数
- rdlReader
- XmlReader
RDL 流的读取器。
- namespaceURI
- String
读取器的命名空间 URI。
- throwUpgradeException
- Boolean
是否对错误引发异常。
- upgradeDundasCRIToNative
- Boolean
是否将 Dundas 自定义报表项升级为本机 RDL 元素。
返回
Stream 对象。