Метод Report.GetOrCreateChunk
Gets or creates a report data chunk.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Function GetOrCreateChunk ( _
type As Report.ChunkTypes, _
chunkName As String, _
<OutAttribute> ByRef isNewChunk As Boolean _
) As Stream
'Применение
Dim instance As Report
Dim type As Report.ChunkTypes
Dim chunkName As String
Dim isNewChunk As Boolean
Dim returnValue As Stream
returnValue = instance.GetOrCreateChunk(type, _
chunkName, isNewChunk)
public Stream GetOrCreateChunk(
Report.ChunkTypes type,
string chunkName,
out bool isNewChunk
)
public:
Stream^ GetOrCreateChunk(
Report.ChunkTypes type,
String^ chunkName,
[OutAttribute] bool% isNewChunk
)
member GetOrCreateChunk :
type:Report.ChunkTypes *
chunkName:string *
isNewChunk:bool byref -> Stream
public function GetOrCreateChunk(
type : Report.ChunkTypes,
chunkName : String,
isNewChunk : boolean
) : Stream
Параметры
- type
Тип: Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes
The type of the report data chunk.
- chunkName
Тип: System.String
The name of the report data chunk.
- isNewChunk
Тип: System.Boolean%
Whether this is a new data chunk.
Возвращаемое значение
Тип: System.IO.Stream
A Stream object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering