次の方法で共有


UpgradeRDL メソッド (XmlReader, String, Boolean, Boolean)

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared Function UpgradeRDL ( _
    rdlReader As XmlReader, _
    namespaceURI As String, _
    throwUpgradeException As Boolean, _
    upgradeDundasCRIToNative As Boolean _
) As Stream
'使用
Dim rdlReader As XmlReader
Dim namespaceURI As String
Dim throwUpgradeException As Boolean
Dim upgradeDundasCRIToNative As Boolean
Dim returnValue As Stream

returnValue = ReportObject.UpgradeRDL(rdlReader, _
    namespaceURI, throwUpgradeException, _
    upgradeDundasCRIToNative)
public static Stream UpgradeRDL(
    XmlReader rdlReader,
    string namespaceURI,
    bool throwUpgradeException,
    bool upgradeDundasCRIToNative
)
public:
static Stream^ UpgradeRDL(
    XmlReader^ rdlReader, 
    String^ namespaceURI, 
    bool throwUpgradeException, 
    bool upgradeDundasCRIToNative
)
static member UpgradeRDL : 
        rdlReader:XmlReader * 
        namespaceURI:string * 
        throwUpgradeException:bool * 
        upgradeDundasCRIToNative:bool -> Stream 
public static function UpgradeRDL(
    rdlReader : XmlReader, 
    namespaceURI : String, 
    throwUpgradeException : boolean, 
    upgradeDundasCRIToNative : boolean
) : Stream

パラメーター

  • upgradeDundasCRIToNative
    型: System. . :: . .Boolean
    Dundas カスタム レポート アイテムをネイティブの RDL 要素にアップグレードするかどうか。

戻り値

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