Compartir a través de


LocalReport.LoadSubreportDefinition (Método) (String, TextReader)

Carga una definición de subinforme con una clase TextReader.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public Sub LoadSubreportDefinition ( _
    reportName As String, _
    report As TextReader _
)
public void LoadSubreportDefinition(
    string reportName,
    TextReader report
)
public:
void LoadSubreportDefinition(
    String^ reportName, 
    TextReader^ report
)
member LoadSubreportDefinition : 
        reportName:string * 
        report:TextReader -> unit 
public function LoadSubreportDefinition(
    reportName : String, 
    report : TextReader
)

Parámetros

  • reportName
    Tipo: String
    Ruta de acceso y nombre de archivo de la definición de subinforme.
  • report
    Tipo: TextReader
    Objeto TextReader que contendrá el lenguaje RDL (Report Definition Language) para el subinforme.

Comentarios

The ReportViewer control requires the report definitions for all subreports be available before it can process a report. If the local report was loaded from the file system by specifying the ReportPath property or loaded from an embedded resource by specifying the ReportEmbeddedResource property, the ReportViewer control automatically loads the subreports from the file system or embedded resource, respectively. In cases where the local report was loaded from a stream, these methods can be used to load report definitions for subreports.

Vea también

Referencia

LocalReport Clase

LoadSubreportDefinition (Sobrecarga)

Microsoft.Reporting.WebForms (Espacio de nombres)