共用方式為


DataRegion.PageName 屬性

Gets the page name.

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

語法

'宣告
Public ReadOnly Property PageName As ReportStringProperty 
    Get
'用途
Dim instance As DataRegion 
Dim value As ReportStringProperty 

value = instance.PageName
public ReportStringProperty PageName { get; }
public:
property ReportStringProperty^ PageName {
    ReportStringProperty^ get ();
}
member PageName : ReportStringProperty
function get PageName () : ReportStringProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

請參閱

參考

DataRegion 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間