Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the report elements that can be customized.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Enumeration RdceCustomizableElementId
'Usage
Dim instance As RdceCustomizableElementId
public enum RdceCustomizableElementId
public enum class RdceCustomizableElementId
type RdceCustomizableElementId
public enum RdceCustomizableElementId
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Body | Specifies the body element of the report. | |
| DataSets | Specifies the datasets used in the report definition. | |
| Page | Specifies the page element of the report. | |
| PageFooter | Specifies the page footer element of the report. | |
| PageHeader | Specifies the page header element of the report. |
Hinweise
Pass the RdceCustomizableElementId object to the ProcessReportDefinition method.
The following members correspond to the elements directly under the root element <Report>.