Свойство ReportItem.RepeatWith
Gets the name of a data region that this report item should be repeated with if that data region spans multiple pages.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property RepeatWith As String
Get
'Применение
Dim instance As ReportItem
Dim value As String
value = instance.RepeatWith
public string RepeatWith { get; }
public:
property String^ RepeatWith {
String^ get ();
}
member RepeatWith : string
function get RepeatWith () : String
Значение свойства
Тип: System.String
A string value that represents the name of a data region that this report item should be repeated with if that data region spans multiple pages.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering