Перечисление BreakLocations
Specifies where a page break should occur for a Group or a ReportItem.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration BreakLocations
'Применение
Dim instance As BreakLocations
public enum BreakLocations
public enum class BreakLocations
type BreakLocations
public enum BreakLocations
Элементы
Имя элемента | Описание | |
---|---|---|
Between | A page break in between each Group. | |
End | A page break after a ReportItem or each Group. | |
None | No page break in a Group or ReportItem. | |
Start | A page break before a ReportItem or each Group. | |
StartAndEnd | A page break both before and after a ReportItem or each Group. |
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel