UpgradeRDL 方法 (XmlReader, String, Boolean, Boolean)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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
The reader for the RDL stream.
- namespaceURI
型別:System. . :: . .String
The namespace URI for the reader.
- throwUpgradeException
型別:System. . :: . .Boolean
Whether to throw exceptions on errors.
- upgradeDundasCRIToNative
型別:System. . :: . .Boolean
Whether to upgrade Dundas custom report items to native RDL elements.
傳回值
型別:System.IO. . :: . .Stream
A Stream object.