Report.InitialPageName 属性

Gets an expression that evaluates to the initial or default name of the report page.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property InitialPageName As ReportStringProperty 
    Get
用法
Dim instance As Report 
Dim value As ReportStringProperty 

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

属性值

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

注释

The page name can be overridden in some report items, such as Tablix or Map.

请参阅

参考

Report 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间