LocalReport.LoadSubreportDefinition (Método) (String, Stream)
Carga una definición de subinforme con una clase Stream.
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 Stream _
)
public void LoadSubreportDefinition(
string reportName,
Stream report
)
public:
void LoadSubreportDefinition(
String^ reportName,
Stream^ report
)
member LoadSubreportDefinition :
reportName:string *
report:Stream -> unit
public function LoadSubreportDefinition(
reportName : String,
report : Stream
)
Parámetros
- reportName
Tipo: String
Ruta de acceso y nombre de archivo de la definición de subinforme.
- report
Tipo: Stream
Clase Stream que contiene la definición de informe del subinforme.
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.