Свойство PageBreak.BreakLocation
Indicates where the page break should occur.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property BreakLocation As BreakLocations
Get
Set
'Применение
Dim instance As PageBreak
Dim value As BreakLocations
value = instance.BreakLocation
instance.BreakLocation = value
public BreakLocations BreakLocation { get; set; }
public:
property BreakLocations BreakLocation {
BreakLocations get ();
void set (BreakLocations value);
}
member BreakLocation : BreakLocations with get, set
function get BreakLocation () : BreakLocations
function set BreakLocation (value : BreakLocations)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.BreakLocations
A BreakLocations object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel