UpgradeRDL 方法 (Stream, Boolean)

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Function UpgradeRDL ( _
    stream As Stream, _
    throwUpgradeException As Boolean _
) As Stream
用法
Dim stream As Stream
Dim throwUpgradeException As Boolean
Dim returnValue As Stream

returnValue = ReportObject.UpgradeRDL(stream, _
    throwUpgradeException)
public static Stream UpgradeRDL(
    Stream stream,
    bool throwUpgradeException
)
public:
static Stream^ UpgradeRDL(
    Stream^ stream, 
    bool throwUpgradeException
)
static member UpgradeRDL : 
        stream:Stream * 
        throwUpgradeException:bool -> Stream 
public static function UpgradeRDL(
    stream : Stream, 
    throwUpgradeException : boolean
) : Stream

参数

返回值

类型:System.IO. . :: . .Stream
A Stream object.