Compartir a través de


ReportItem.RepeatWith Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering