Report.GetPageSections 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use ReportSection.GetPageSections() instead.
导致要为当前页执行的页眉/页脚计算。 必须在访问报表的 PageSections 之前调用此方法。
public:
void GetPageSections();
[System.Obsolete("Use ReportSection.GetPageSections() instead.")]
public void GetPageSections ();
[<System.Obsolete("Use ReportSection.GetPageSections() instead.")>]
member this.GetPageSections : unit -> unit
Public Sub GetPageSections ()
- 属性