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

Definizione

Ottiene o crea un blocco di dati del 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 di blocco di dati del report.

chunkName
String

Nome del blocco di dati del report.

isNewChunk
Boolean

Indica se questo è un nuovo blocco di dati.

Restituisce

Stream

Un oggetto Stream.

Si applica a