Пространство имен 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.

Классы

  Класс Описание
Открытый класс Action Represents an available user action for an item. This class cannot be inherited.
Открытый класс ActionCollection Represents a collection of Action objects. This class cannot be inherited.
Открытый класс ActionInfo Represents a set of actions on an item. This class cannot be inherited.
Открытый класс ActionStyle Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
Открытый класс Bookmark Represents a bookmark in the report. This class cannot be inherited.
Открытый класс CustomData Represents the data to display in a custom report item. This class cannot be inherited.
Открытый класс CustomProperty A custom property for a report, report item, or group. This class cannot be inherited.
Открытый класс CustomPropertyCollection Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Открытый класс CustomReportItem Represents a custom report item. This class cannot be inherited.
Открытый класс DataCell Represents a single cell value in a CustomData object. This class cannot be inherited.
Открытый класс DataCellCollection Represents all data cells in a CustomData object. This class cannot be inherited.
Открытый класс DataGroupingCollection Represents an ordered list of data groupings. This class cannot be inherited.
Открытый класс DataMember Represents group instances within a custom report item's data. This class cannot be inherited.
Открытый класс DataMemberCollection Encapsulates an ordered list of data members. This class cannot be inherited.
Открытый класс DataValue Represents a single value in a DataCell. This class cannot be inherited.
Открытый класс DataValueCollection Represents the data values in one cell of a CustomData object. This class cannot be inherited.
Открытый класс Group Represents a group level from the report definition.
Открытый класс Image Represents an image. This class cannot be inherited.
Открытый класс ImageMapArea Represents an area in an image map. This class cannot be inherited.
Открытый класс ImageMapAreasCollection Represents areas in an image map. This class cannot be inherited.
Открытый класс Page Contains cache information generated while rendering a page.
Открытый класс PageCollection Represents a collection of Page objects. This class cannot be inherited.
Открытый класс PageSection Contains properties relating to a PageHeader or PageFooter object. This class cannot be inherited.
Открытый класс Rectangle Represents a rectangle. This class cannot be inherited.
Открытый класс Report Содержит свойства, данные и сведения о макете отчета. Класс Report является корневым классом объектной модели Report. Этот класс не может быть унаследован.
Открытый класс ReportColor Represents a color in a report. This class cannot be inherited.
Открытый класс ReportItem An abstract class that represents a single item on the report.
Открытый класс ReportItemCollection A collection of ReportItem objects. This class cannot be inherited.
Открытый класс ReportParameter Contains information about a report parameter. This class cannot be inherited.
Открытый класс ReportParameterCollection A collection of ReportParameter objects. This class cannot be inherited.
Открытый класс 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.
Открытый класс 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.
Открытый класс ReportUrlBuilder Инфраструктура. Указано только в ознакомительных целях. Не поддерживается. Совместимость с будущими версиями не гарантируется.
Открытый класс 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.
Открытый класс StyleBase An abstract base class collection of named styles for the report, which can be accessed by name or index.
Открытый класс StyleProperties Represents a collection of styles. This class cannot be inherited.
Открытый класс ValueCollection Encapsulates a list of data values for a report item. This class cannot be inherited.

Интерфейсы

  Интерфейс Описание
Открытый интерфейс ICustomReportItem Contains methods and properties to be implemented by custom report item run-time components.
Открытый интерфейс IImage Represents an interface defining the common properties for an image.

Перечисления

  Перечисление Описание
Открытое перечисление ChangeType Defines the type of change resulting from processing or an event handler for a custom report item.
Открытое перечисление DataElementOutputTypes Defines the output behavior for data rendering.
Открытое перечисление Image. . :: . .Sizings Defines the sizing behavior for an image.
Открытое перечисление ImageMapArea. . :: . .ImageMapAreaShape Indicates the shape of an area in an image map.
Открытое перечисление Report. . :: . .DataElementStyles Indicates whether text box items should render as elements or attributes.
Открытое перечисление SharedHiddenState Defines whether an image can be hidden.
Открытое перечисление Style. . :: . .StyleName Contains the list of available styles for the Style class.
Открытое перечисление UrlParameterType An enumeration that defines what component uses the URL parameter: the server, report, or rendering extension.