Partager via


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

Définition

Crée un flux de données pour un segment 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

Type du segment de données.

chunkName
String

Nom du segment de données.

Retours

Segment créé.

S’applique à