Поделиться через


Свойство ReportItem.RepeatWith

Gets or sets the name of a data region that this report item should be repeated with if that data region spans multiple pages.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property RepeatWith As String 
    Get 
    Set
'Применение
Dim instance As ReportItem 
Dim value As String 

value = instance.RepeatWith

instance.RepeatWith = value
public string RepeatWith { get; set; }
public:
property String^ RepeatWith {
    String^ get ();
    void set (String^ value);
}
member RepeatWith : string with get, set
function get RepeatWith () : String 
function set RepeatWith (value : String)

Значение свойства

Тип: System.String
The name of a data region.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel