Metoda Report.GetChunk
Pobiera fragment danych raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Function GetChunk ( _
type As Report..::..ChunkTypes, _
chunkName As String _
) As Stream
'Użycie
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
Parametry
- type
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes
Typ fragment danych raportu.
- chunkName
Typ: System.String
Nazwa fragment danych raportu.
Wartość zwracana
Typ: System.IO.Stream
A Stream obiektu.
Zobacz także