RdceCustomizableElementId 枚举

Defines the report elements that can be customized.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public Enumeration RdceCustomizableElementId
用法
Dim instance As RdceCustomizableElementId
public enum RdceCustomizableElementId
public enum class RdceCustomizableElementId
type RdceCustomizableElementId
public enum RdceCustomizableElementId

成员

成员名称 说明
Body Specifies the body element of the report.
PageHeader Specifies the page header element of the report.
PageFooter Specifies the page footer element of the report.
Page Specifies the page element of the report.
DataSets Specifies the datasets used in the report definition.

注释

Pass the RdceCustomizableElementId object to the ProcessReportDefinition() method.

The following members correspond to the elements directly under the root element <Report>.