Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property RepeatWith As String
Get
'Usage
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
Property Value
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace