Метод Report.GetChunk
Gets a report data chunk.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Function GetChunk ( _
type As Report.ChunkTypes, _
chunkName As String _
) As Stream
'Применение
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
Параметры
- type
Тип: Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes
The type of the report data chunk.
- chunkName
Тип: System.String
The name of the report data chunk.
Возвращаемое значение
Тип: System.IO.Stream
A Stream object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering