UpgradeRDL Método (Stream, Boolean)
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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
- stream
Tipo: System.IO. . :: . .Stream
The stream that contains the RDL.
- throwUpgradeException
Tipo: System. . :: . .Boolean
Whether to throw exceptions on errors.
Valor devuelto
Tipo: System.IO. . :: . .Stream
A Stream object.