Report.CreateChunk(Report+ChunkTypes, String) Metodo

Definizione

Crea un flusso per una parte del report renderizzato.

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

Parametri

type
Report.ChunkTypes

Il tipo del blocco di dati.

chunkName
String

Il nome del blocco di dati.

Valori restituiti

Il blocco creato.

Si applica a