Поделиться через


Report.GetOrCreateChunk(Report+ChunkTypes, String, Boolean) Метод

Определение

Возвращает или создает фрагмент данных отчета.

public:
 System::IO::Stream ^ GetOrCreateChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName, [Runtime::InteropServices::Out] bool % isNewChunk);
public System.IO.Stream GetOrCreateChunk (Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName, out bool isNewChunk);
member this.GetOrCreateChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string * bool -> System.IO.Stream
Public Function GetOrCreateChunk (type As Report.ChunkTypes, chunkName As String, ByRef isNewChunk As Boolean) As Stream

Параметры

type
Report.ChunkTypes

Тип фрагмента данных отчета.

chunkName
String

Имя фрагмента данных отчета.

isNewChunk
Boolean

Является ли этот фрагмент данных новым.

Возвращаемое значение

Объект Stream.

Применяется к