Partager via


Espace de noms Microsoft.ReportingServices.ReportRendering

Contains classes and interfaces that provides backward compatibility for rendering reports that are created in SQL Server 2005 Reporting Services. Using the members of this namespace, along with members of the Microsoft.ReportingServices.Interfaces namespace, you can build your own custom rendering extensions for Reporting Services.

Classes

  Classe Description
Classe publique Action Represents an available user action for an item. This class cannot be inherited.
Classe publique ActionCollection Represents a collection of Action objects. This class cannot be inherited.
Classe publique ActionInfo Represents a set of actions on an item. This class cannot be inherited.
Classe publique ActionStyle Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
Classe publique Bookmark Represents a bookmark in the report. This class cannot be inherited.
Classe publique CustomData Represents the data to display in a custom report item. This class cannot be inherited.
Classe publique CustomProperty A custom property for a report, report item, or group. This class cannot be inherited.
Classe publique CustomPropertyCollection Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Classe publique CustomReportItem Represents a custom report item. This class cannot be inherited.
Classe publique DataCell Represents a single cell value in a CustomData object. This class cannot be inherited.
Classe publique DataCellCollection Represents all data cells in a CustomData object. This class cannot be inherited.
Classe publique DataGroupingCollection Represents an ordered list of data groupings. This class cannot be inherited.
Classe publique DataMember Represents group instances within a custom report item's data. This class cannot be inherited.
Classe publique DataMemberCollection Encapsulates an ordered list of data members. This class cannot be inherited.
Classe publique DataValue Represents a single value in a DataCell. This class cannot be inherited.
Classe publique DataValueCollection Represents the data values in one cell of a CustomData object. This class cannot be inherited.
Classe publique Group Represents a group level from the report definition.
Classe publique Image Represents an image. This class cannot be inherited.
Classe publique ImageMapArea Represents an area in an image map. This class cannot be inherited.
Classe publique ImageMapAreasCollection Represents areas in an image map. This class cannot be inherited.
Classe publique Page Contains cache information generated while rendering a page.
Classe publique PageCollection Represents a collection of Page objects. This class cannot be inherited.
Classe publique PageSection Contains properties relating to a PageHeader or PageFooter object. This class cannot be inherited.
Classe publique Rectangle Represents a rectangle. This class cannot be inherited.
Classe publique Report Contient des informations sur les propriétés, les données et la disposition du rapport. La classe Report est la racine du modèle d'objet Report. Cette classe ne peut pas être héritée.
Classe publique ReportColor Represents a color in a report. This class cannot be inherited.
Classe publique ReportItem An abstract class that represents a single item on the report.
Classe publique ReportItemCollection A collection of ReportItem objects. This class cannot be inherited.
Classe publique ReportParameter Contains information about a report parameter. This class cannot be inherited.
Classe publique ReportParameterCollection A collection of ReportParameter objects. This class cannot be inherited.
Classe publique ReportSize Represents a unit of length on the report. The class contains methods to convert the length into several formats. This class cannot be inherited.
Classe publique ReportUrl Represents a URL contained in a report. This class contains methods to convert the URL into several formats, and has code to handle ReplacementRoot for redirecting URLs within the server. The class can also build a URL that is passed multiple parameters. This class cannot be inherited.
Classe publique ReportUrlBuilder Infrastructure. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.
Classe publique Style Represents a collection of named style properties for a report item. This collection can be accessed by name or index. This class cannot be inherited.
Classe publique StyleBase An abstract base class collection of named styles for the report, which can be accessed by name or index.
Classe publique StyleProperties Represents a collection of styles. This class cannot be inherited.
Classe publique ValueCollection Encapsulates a list of data values for a report item. This class cannot be inherited.

Interfaces

  Interface Description
Interface publique ICustomReportItem Contains methods and properties to be implemented by custom report item run-time components.
Interface publique IImage Represents an interface defining the common properties for an image.

Énumérations

  Énumération Description
Énumération publique ChangeType Defines the type of change resulting from processing or an event handler for a custom report item.
Énumération publique DataElementOutputTypes Defines the output behavior for data rendering.
Énumération publique Image. . :: . .Sizings Defines the sizing behavior for an image.
Énumération publique ImageMapArea. . :: . .ImageMapAreaShape Indicates the shape of an area in an image map.
Énumération publique Report. . :: . .DataElementStyles Indicates whether text box items should render as elements or attributes.
Énumération publique SharedHiddenState Defines whether an image can be hidden.
Énumération publique Style. . :: . .StyleName Contains the list of available styles for the Style class.
Énumération publique UrlParameterType An enumeration that defines what component uses the URL parameter: the server, report, or rendering extension.