この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
レポート オブジェクトのレポート定義言語 (RDL) をアップグレードします。
名前空間: 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
パラメーター
- rdlReader
型: System.Xml.XmlReader
RDL ストリームのリーダー。
- namespaceURI
型: System.String
リーダーの名前空間 URI。
- throwUpgradeException
型: System.Boolean
エラー時に例外をスローするかどうか。
- upgradeDundasCRIToNative
型: System.Boolean
Dundas カスタム レポート アイテムをネイティブの RDL 要素にアップグレードするかどうか。
戻り値
型: System.IO.Stream
Stream オブジェクト。