Langue

Report.CreateChunk(Report+ChunkTypes, String) Méthode

Définition

Crée un flux pour une partie du rapport rendu.

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

Paramètres

type
Report.ChunkTypes

Le type de morceau de données.

chunkName
String

Le nom du morceau de données.

Retours

Le morceau créé.

S’applique à