Condividi tramite


Metodo UpgradeRDL (Stream, Boolean)

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared Function UpgradeRDL ( _
    stream As Stream, _
    throwUpgradeException As Boolean _
) As Stream
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.IO. . :: . .Stream
A Stream object.