Метод UpgradeRDL (Stream, Boolean)
Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Shared Function UpgradeRDL ( _
stream As Stream, _
throwUpgradeException As Boolean _
) As Stream
'Применение
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
Параметры
- stream
Тип System.IO. . :: . .Stream
The stream that contains the RDL.
- throwUpgradeException
Тип System. . :: . .Boolean
Whether to throw exceptions on errors.
Возвращаемое значение
Тип System.IO. . :: . .Stream
A Stream object.