Report.CreateChunk(Report+ChunkTypes, String) 메서드

정의

렌더링된 보고서 청크의 스트림을 만듭니다.

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

매개 변수

type
Report.ChunkTypes

데이터 청크의 유형입니다.

chunkName
String

데이터 청크의 이름입니다.

반환

만든 청크입니다.

적용 대상