Partilhar via


Método ReportObject.UpgradeRDL (Stream, Boolean)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Upgrades the report definition language of the report object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Shared Function UpgradeRDL ( _
    stream As Stream, _
    throwUpgradeException As Boolean _
) As Stream
'Uso
Dim stream As Stream 
Dim throwUpgradeException As Boolean 
Dim returnValue As Stream 

returnValue = ReportObject.UpgradeRDL(stream, _
    throwUpgradeException)
public static Stream UpgradeRDL(
    Stream stream,
    bool throwUpgradeException
)
public:
static Stream^ UpgradeRDL(
    Stream^ stream, 
    bool throwUpgradeException
)
static member UpgradeRDL : 
        stream:Stream * 
        throwUpgradeException:bool -> Stream
public static function UpgradeRDL(
    stream : Stream, 
    throwUpgradeException : boolean
) : Stream

Parâmetros

  • throwUpgradeException
    Tipo: System.Boolean
    Whether to throw exceptions on errors.

Valor de retorno

Tipo: System.IO.Stream
A Stream object.

Consulte também

Referência

ReportObject Classe

Sobrecarregado UpgradeRDL

Namespace Microsoft.ReportingServices.RdlObjectModel