Condividi tramite


Metodo UpgradeRDL (XmlReader, String, Boolean, 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 ( _
    rdlReader As XmlReader, _
    namespaceURI As String, _
    throwUpgradeException As Boolean, _
    upgradeDundasCRIToNative As Boolean _
) As Stream
'Utilizzo
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

Parametri

  • upgradeDundasCRIToNative
    Tipo: System. . :: . .Boolean
    Whether to upgrade Dundas custom report items to native RDL elements.

Valore restituito

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