ReportObject.UpgradeRDL Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualiza a linguagem de definição de relatório do objeto de relatório.
Sobrecargas
UpgradeRDL(Stream, Boolean) |
Atualiza a linguagem de definição de relatório do objeto de relatório. |
UpgradeRDL(XmlReader, String, Boolean, Boolean) |
Atualiza a linguagem de definição de relatório do objeto de relatório. |
UpgradeRDL(Stream, Boolean)
Atualiza a linguagem de definição de relatório do objeto de relatório.
public:
static System::IO::Stream ^ UpgradeRDL(System::IO::Stream ^ stream, bool throwUpgradeException);
public static System.IO.Stream UpgradeRDL (System.IO.Stream stream, bool throwUpgradeException);
static member UpgradeRDL : System.IO.Stream * bool -> System.IO.Stream
Public Shared Function UpgradeRDL (stream As Stream, throwUpgradeException As Boolean) As Stream
Parâmetros
- stream
- Stream
O fluxo que contém o RDL.
- throwUpgradeException
- Boolean
Se deve lançar exceções em erros.
Retornos
Um objeto Stream.
Aplica-se a
UpgradeRDL(XmlReader, String, Boolean, Boolean)
Atualiza a linguagem de definição de relatório do objeto de relatório.
public:
static System::IO::Stream ^ UpgradeRDL(System::Xml::XmlReader ^ rdlReader, System::String ^ namespaceURI, bool throwUpgradeException, bool upgradeDundasCRIToNative);
public static System.IO.Stream UpgradeRDL (System.Xml.XmlReader rdlReader, string namespaceURI, bool throwUpgradeException, bool upgradeDundasCRIToNative);
static member UpgradeRDL : System.Xml.XmlReader * string * bool * bool -> System.IO.Stream
Public Shared Function UpgradeRDL (rdlReader As XmlReader, namespaceURI As String, throwUpgradeException As Boolean, upgradeDundasCRIToNative As Boolean) As Stream
Parâmetros
- rdlReader
- XmlReader
O leitor do fluxo de RDL.
- namespaceURI
- String
O URI de namespace para o leitor.
- throwUpgradeException
- Boolean
Se deve lançar exceções em erros.
- upgradeDundasCRIToNative
- Boolean
Se deve atualizar itens de relatório personalizados do Dundas para elementos de RDL nativos.
Retornos
Um objeto Stream.