Report.ChunkTypes-Enumeration
Specifies the type of the data chunk.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration ChunkTypes
'Usage
Dim instance As Report.ChunkTypes
public enum ChunkTypes
public enum class ChunkTypes
type ChunkTypes
public enum ChunkTypes
Elemente
Elementname | Beschreibung | |
---|---|---|
Interactivity | The data chunk is related to report interactivity. | |
Pagination | The data chunk is related to pagination. | |
Rendering | A general rendering chunk. |