RdceCustomizableElementId Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the report elements that can be customized.
public enum class RdceCustomizableElementId
public enum RdceCustomizableElementId
type RdceCustomizableElementId =
Public Enum RdceCustomizableElementId
- Inheritance
-
RdceCustomizableElementId
Fields
Name | Value | Description |
---|---|---|
Body | 0 | Specifies the body element of the report. |
PageHeader | 1 | Specifies the page header element of the report. |
PageFooter | 2 | Specifies the page footer element of the report. |
Page | 3 | Specifies the page element of the report. |
DataSets | 4 | Specifies the datasets used in the report definition. |
Remarks
Pass the RdceCustomizableElementId object to the ProcessReportDefinition method.
The following members correspond to the elements directly under the root element <Report>.