Report.GetOrCreateChunk(Report+ChunkTypes, String, Boolean) Metodo

Definizione

Ottiene o crea un blocco di dati di report.

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

Parametri

type
Report.ChunkTypes

Il tipo del blocco dati del report.

chunkName
String

Il nome del blocco di dati del rapporto.

isNewChunk
Boolean

Se si tratta di un nuovo blocco di dati.

Valori restituiti

Un oggetto Stream.

Si applica a