Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a stream for a chunk of the rendered report.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Function CreateChunk ( _
type As Report.ChunkTypes, _
chunkName As String _
) As Stream
'Utilisation
Dim instance As Report
Dim type As Report.ChunkTypes
Dim chunkName As String
Dim returnValue As Stream
returnValue = instance.CreateChunk(type, _
chunkName)
public Stream CreateChunk(
Report.ChunkTypes type,
string chunkName
)
public:
Stream^ CreateChunk(
Report.ChunkTypes type,
String^ chunkName
)
member CreateChunk :
type:Report.ChunkTypes *
chunkName:string -> Stream
public function CreateChunk(
type : Report.ChunkTypes,
chunkName : String
) : Stream
Paramètres
- chunkName
Type : System.String
The name of the data chunk.
Valeur de retour
Type : System.IO.Stream
A Stream object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering