Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Upgrades the report definition language of the report object.
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.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel