Compartilhar via


Report.CreateChunk(Report+ChunkTypes, String) Método

Definição

Cria um fluxo para uma parte do relatório renderizado.

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

Parâmetros

type
Report.ChunkTypes

O tipo da parte de dados.

chunkName
String

O nome da parte de dados.

Retornos

A parte criada.

Aplica-se a