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

数据块区的名称。

返回

创建的区块。

适用于