Report.ChunkTypes 枚举
Specifies the type of the data chunk.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration ChunkTypes
用法
Dim instance As Report.ChunkTypes
public enum ChunkTypes
public enum class ChunkTypes
type ChunkTypes
public enum ChunkTypes
成员
成员名称 | 说明 | |
---|---|---|
Interactivity | The data chunk is related to report interactivity. | |
Pagination | The data chunk is related to pagination. | |
Rendering | A general rendering chunk. |