Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the name of the current page.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub SetPageName ( _
pageName As String _
)
'Usage
Dim instance As ReportSection
Dim pageName As String
instance.SetPageName(pageName)
public void SetPageName(
string pageName
)
public:
void SetPageName(
String^ pageName
)
member SetPageName :
pageName:string -> unit
public function SetPageName(
pageName : String
)
Parameters
- pageName
Type: System.String
The page name.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace