Langue

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

Définition

Ça obtient un bloc de données de rapport.

public:
 System::IO::Stream ^ GetChunk(Microsoft::ReportingServices::OnDemandReportRendering::Report::ChunkTypes type, System::String ^ chunkName);
public System.IO.Stream GetChunk(Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes type, string chunkName);
member this.GetChunk : Microsoft.ReportingServices.OnDemandReportRendering.Report.ChunkTypes * string -> System.IO.Stream
Public Function GetChunk (type As Report.ChunkTypes, chunkName As String) 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.

Retours

Objet Stream.

S’applique à