Metoda ReportObject.UpgradeRDL (Stream, Boolean)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Function UpgradeRDL ( _
stream As Stream, _
throwUpgradeException As Boolean _
) As Stream
'Użycie
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
Parametry
- stream
Typ: System.IO.Stream
Strumień zawierający RDL.
- throwUpgradeException
Typ: System.Boolean
Określa, czy generują wyjątki na błędy.
Wartość zwracana
Typ: System.IO.Stream
A Stream obiektu.
Zobacz także