Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the name of a data region that this report item should be repeated with if that data region spans multiple pages.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RepeatWith As String
Get
'Utilisation
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
Valeur de propriété
Type : 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.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering