Report.GetChunk Método
Gets a report data chunk.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Function GetChunk ( _
type As Report.ChunkTypes, _
chunkName As String _
) As Stream
'Uso
Dim instance As Report
Dim type As Report.ChunkTypes
Dim chunkName As String
Dim returnValue As Stream
returnValue = instance.GetChunk(type, _
chunkName)
public Stream GetChunk(
Report.ChunkTypes type,
string chunkName
)
public:
Stream^ GetChunk(
Report.ChunkTypes type,
String^ chunkName
)
member GetChunk :
type:Report.ChunkTypes *
chunkName:string -> Stream
public function GetChunk(
type : Report.ChunkTypes,
chunkName : String
) : Stream
Parámetros
- type
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes
The type of the report data chunk.
- chunkName
Tipo: System.String
The name of the report data chunk.
Valor devuelto
Tipo: System.IO.Stream
A Stream object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering