Report.GetOrCreateChunk(Report+ChunkTypes, String, Boolean) 方法

定义

获取或创建报表数据块区。

public:
 System::IO::Stream ^ GetOrCreateChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName, [Runtime::InteropServices::Out] bool % isNewChunk);
public System.IO.Stream GetOrCreateChunk (Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName, out bool isNewChunk);
member this.GetOrCreateChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string * bool -> System.IO.Stream
Public Function GetOrCreateChunk (type As Report.ChunkTypes, chunkName As String, ByRef isNewChunk As Boolean) As Stream

参数

type
Report.ChunkTypes

报表数据块区的类型。

chunkName
String

报表数据块区的名称。

isNewChunk
Boolean

是否是一个新数据块区。

返回

Stream 对象。

适用于