Report.ChunkTypes Enumeración
Specifies the type of the data chunk.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Enumeration ChunkTypes
'Uso
Dim instance As Report.ChunkTypes
public enum ChunkTypes
public enum class ChunkTypes
type ChunkTypes
public enum ChunkTypes
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Interactivity | The data chunk is related to report interactivity. | |
Pagination | The data chunk is related to pagination. | |
Rendering | A general rendering chunk. |