Sdílet prostřednictvím


LocalReport.LoadReportDefinition-Methode (TextReader)

Loads a report definition from the local file system using a TextReader.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
'Usage

Parameter

  • report
    A TextReader class that can be used to read the report definition language (RDL) file for the report.

Hinweise

The LoadReportDefinition method can be used in cases where the report definition is dynamically generated.

If the loaded report definition contains any subreports, you must call LoadSubreportDefinition and provide data for any subreports.

Siehe auch

Verweis

LocalReport-Klasse
LocalReport-Member
Microsoft.Reporting.WinForms-Namespace