Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a stream for a chunk of the rendered report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function CreateChunk ( _
type As Report.ChunkTypes, _
chunkName As String _
) As Stream
'Usage
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
Parameter
- chunkName
Typ: System.String
The name of the data chunk.
Rückgabewert
Typ: System.IO.Stream
A Stream object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace