Sprache

Report.Load Methode

Definition

Lädt ein Report Objekt aus einer Berichtsdefinition.

Überlädt

Name Beschreibung
Load(String)

Lädt ein Report Objekt aus einer Berichtsdefinition.

Load(Stream)

Lädt ein Report Objekt aus einer Berichtsdefinition.

Load(Byte[])

Lädt ein Report Objekt aus einer Berichtsdefinition.

Load(String)

Lädt ein Report Objekt aus einer Berichtsdefinition.

public:
 static Microsoft::ReportingServices::RdlObjectModel::Report ^ Load(System::String ^ path);
public static Microsoft.ReportingServices.RdlObjectModel.Report Load(string path);
static member Load : string -> Microsoft.ReportingServices.RdlObjectModel.Report
Public Shared Function Load (path As String) As Report

Parameter

path
String

Der absolute Pfad der Berichtsdefinitionsdatei.

Gibt zurück

Ein geladenes Report Objekt.

Gilt für:

Load(Stream)

Lädt ein Report Objekt aus einer Berichtsdefinition.

public:
 static Microsoft::ReportingServices::RdlObjectModel::Report ^ Load(System::IO::Stream ^ stream);
public static Microsoft.ReportingServices.RdlObjectModel.Report Load(System.IO.Stream stream);
static member Load : System.IO.Stream -> Microsoft.ReportingServices.RdlObjectModel.Report
Public Shared Function Load (stream As Stream) As Report

Parameter

stream
Stream

Der Strom, der die Berichtsdefinition enthält.

Gibt zurück

Ein geladenes Report Objekt.

Gilt für:

Load(Byte[])

Lädt ein Report Objekt aus einer Berichtsdefinition.

public:
 static Microsoft::ReportingServices::RdlObjectModel::Report ^ Load(cli::array <System::Byte> ^ bytes);
public static Microsoft.ReportingServices.RdlObjectModel.Report Load(byte[] bytes);
static member Load : byte[] -> Microsoft.ReportingServices.RdlObjectModel.Report
Public Shared Function Load (bytes As Byte()) As Report

Parameter

bytes
Byte[]

Die Berichtsdefinitionsdaten.

Gibt zurück

Ein geladenes Report Objekt.

Gilt für: