次の方法で共有


ReportObject.UpgradeRDL メソッド (Stream, Boolean)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

レポート オブジェクトのレポート定義言語 (RDL) をアップグレードします。

名前空間:  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

パラメーター

  • throwUpgradeException
    型: System.Boolean
    エラー時に例外をスローするかどうか。

戻り値

型: System.IO.Stream
Stream オブジェクト。

関連項目

参照

ReportObject クラス

UpgradeRDL オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間