Report.GetOrCreateChunk(Report+ChunkTypes, String, Boolean) Método

Definição

Obtém ou criam um bloco de dados de relatório.

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

Parâmetros

type
Report.ChunkTypes

O tipo do pedaço de dados do relatório.

chunkName
String

O nome do pedaço de dados do relatório.

isNewChunk
Boolean

Se isso é um novo pedaço de dados.

Retornos

Um Stream objeto.

Aplica-se a