Langue

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

Définition

Obtient ou crée un bloc de données de rapport.

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

Paramètres

type
Report.ChunkTypes

Le type de morceau de données du rapport.

chunkName
String

Le nom du bloc de données du rapport.

isNewChunk
Boolean

S’il s’agit d’un nouveau segment de données.

Retours

Objet Stream.

S’applique à