Método UpgradeRDL (XmlReader, String, Boolean, Boolean)
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function UpgradeRDL ( _
rdlReader As XmlReader, _
namespaceURI As String, _
throwUpgradeException As Boolean, _
upgradeDundasCRIToNative As Boolean _
) As Stream
'Uso
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
Parâmetros
- rdlReader
Tipo: System.Xml. . :: . .XmlReader
The reader for the RDL stream.
- namespaceURI
Tipo: System. . :: . .String
The namespace URI for the reader.
- throwUpgradeException
Tipo: System. . :: . .Boolean
Whether to throw exceptions on errors.
- upgradeDundasCRIToNative
Tipo: System. . :: . .Boolean
Whether to upgrade Dundas custom report items to native RDL elements.
Valor de retorno
Tipo: System.IO. . :: . .Stream
A Stream object.
Consulte também