Microsoft.ReportingServices.ReportRendering 네임스페이스

Contains classes and interfaces that provides backward compatibility for rendering reports that are created in SQL Server 2005 Reporting Services(SSRS). 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 Contains properties, data, and layout information for the report. The Report class is the root of the Report object model. This class cannot be inherited.
공용 클래스 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 인프라입니다. 정보를 제공하기 위해서만 확인됩니다. 지원되지 않습니다. 향후 호환성은 보장되지 않습니다.Represents the builder that generates report URL.
공용 클래스 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.