共用方式為


ReportSection.SetPageName 方法

Sets the name of the current page.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Sub SetPageName ( _
    pageName As String _
)
'用途
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
)

參數

請參閱

參考

ReportSection 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間