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 개체입니다.

적용 대상