LocalReport.LoadSubreportDefinition (Método)
Incluir miembros protegidos
Incluir miembros heredados
Carga una definición de subinforme.
Este miembro está sobrecargado. Para obtener información completa sobre este miembro, incluida la sintaxis, el uso y algunos ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecarga
Nombre | Descripción | |
---|---|---|
LoadSubreportDefinition(String, Stream) | Carga una definición de subinforme con una clase Stream. | |
LoadSubreportDefinition(String, TextReader) | Carga una definición de subinforme con una clase TextReader. |
Arriba
Comentarios
The ReportViewer control requires the definitions for all subreports 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 may be used to load subreport definitions.
Starting with Visual Studio 2012, if you call LoadSubreportDefinition, any parameters or credentials that you have set previously will be cleared.
Ejemplos
For a code sample, please see SubreportProcessing.