Class ReportNamespaces
The namespaces that identify a report definition, and the mapping between them and ReportSchemaVersion.
public static class ReportNamespaces
- Inheritance
-
ReportNamespaces
- Inherited Members
Fields
- ReportDefinition2005
The RDL 2005/01 report-definition namespace.
- ReportDefinition2008
The RDL 2008/01 report-definition namespace.
- ReportDefinition2010
The RDL 2010/01 report-definition namespace.
- ReportDefinition2016
The RDL 2016/01 report-definition namespace.
- ReportDesigner
The Report Designer namespace, which carries designer-private state such as
rd:ReportID. Modelled by nothing and preserved by everything.
Methods
- FromNamespace(string?)
Identifies the schema version a namespace denotes.
- ReportDefinition(ReportSchemaVersion)
Returns the namespace for a schema version.