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.
Determines the page on which an item in the report item collection should appear, based on soft page breaks.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub GetReportItemStartAndEndPages ( _
currentPage As Integer, _
index As Integer, _
<OutAttribute> ByRef startPage As Integer, _
<OutAttribute> ByRef endPage As Integer _
)
'Utilisation
Dim instance As ReportItemCollection
Dim currentPage As Integer
Dim index As Integer
Dim startPage As Integer
Dim endPage As Integer
instance.GetReportItemStartAndEndPages(currentPage, _
index, startPage, endPage)
public void GetReportItemStartAndEndPages(
int currentPage,
int index,
out int startPage,
out int endPage
)
public:
void GetReportItemStartAndEndPages(
int currentPage,
int index,
[OutAttribute] int% startPage,
[OutAttribute] int% endPage
)
member GetReportItemStartAndEndPages :
currentPage:int *
index:int *
startPage:int byref *
endPage:int byref -> unit
public function GetReportItemStartAndEndPages(
currentPage : int,
index : int,
startPage : int,
endPage : int
)
Paramètres
- currentPage
Type : System.Int32
The page on which the report item collection starts.
- index
Type : System.Int32
The index of the item in the ReportItemCollection.
- startPage
Type : System.Int32%
[out] The index of the first page that the item spans.
- endPage
Type : System.Int32%
[out] The index of the last page that the item spans.