Freigeben über


ReportObject.UpgradeRDL-Methode (Stream, Boolean)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Upgrades the report definition language of the report object.

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

Syntax

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

Parameter

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

Rückgabewert

Typ: System.IO.Stream
A Stream object.

Siehe auch

Verweis

ReportObject Klasse

UpgradeRDL-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace