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


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

Определение

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

public:
 System::IO::Stream ^ GetChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName);
public System.IO.Stream GetChunk (Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName);
member this.GetChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string -> System.IO.Stream
Public Function GetChunk (type As Report.ChunkTypes, chunkName As String) As Stream

Параметры

type
Report.ChunkTypes

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

chunkName
String

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

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

Объект Stream.

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