Metoda Report.CreateChunk
Tworzy strumienia dla fragment renderowany raport.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Function CreateChunk ( _
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.CreateChunk(type, _
chunkName)
public Stream CreateChunk(
Report..::..ChunkTypes type,
string chunkName
)
public:
Stream^ CreateChunk(
Report..::..ChunkTypes type,
String^ chunkName
)
member CreateChunk :
type:Report..::..ChunkTypes *
chunkName:string -> Stream
public function CreateChunk(
type : Report..::..ChunkTypes,
chunkName : String
) : Stream
Parametry
- chunkName
Typ: System.String
Nazwa fragment danych.
Wartość zwracana
Typ: System.IO.Stream
A Stream obiektu.
Zobacz także