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 对象。

适用于