UpgradeRDL 方法 (Stream, Boolean)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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
參數
- stream
型別:System.IO. . :: . .Stream
The stream that contains the RDL.
- throwUpgradeException
型別:System. . :: . .Boolean
Whether to throw exceptions on errors.
傳回值
型別:System.IO. . :: . .Stream
A Stream object.