Compartilhar via


Propriedade do RDL ReportItem.RepeatWith

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property RepeatWith As String 
    Get
'Uso
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

Valor da propriedade

Tipo: 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.

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering