Condividi tramite


Spazio dei nomi 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.

Classi

  Classe Descrizione
Classe pubblica Action Represents an available user action for an item. This class cannot be inherited.
Classe pubblica ActionCollection Represents a collection of Action objects. This class cannot be inherited.
Classe pubblica ActionInfo Represents a set of actions on an item. This class cannot be inherited.
Classe pubblica ActionStyle Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
Classe pubblica Bookmark Represents a bookmark in the report. This class cannot be inherited.
Classe pubblica CustomData Represents the data to display in a custom report item. This class cannot be inherited.
Classe pubblica CustomProperty A custom property for a report, report item, or group. This class cannot be inherited.
Classe pubblica CustomPropertyCollection Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Classe pubblica CustomReportItem Represents a custom report item. This class cannot be inherited.
Classe pubblica DataCell Represents a single cell value in a CustomData object. This class cannot be inherited.
Classe pubblica DataCellCollection Represents all data cells in a CustomData object. This class cannot be inherited.
Classe pubblica DataGroupingCollection Represents an ordered list of data groupings. This class cannot be inherited.
Classe pubblica DataMember Represents group instances within a custom report item's data. This class cannot be inherited.
Classe pubblica DataMemberCollection Encapsulates an ordered list of data members. This class cannot be inherited.
Classe pubblica DataValue Represents a single value in a DataCell. This class cannot be inherited.
Classe pubblica DataValueCollection Represents the data values in one cell of a CustomData object. This class cannot be inherited.
Classe pubblica Group Represents a group level from the report definition. It is the parent class of MatrixMember for a matrix, the parent of a TableGroup for a table, and the parent for ListContent for a list.
Classe pubblica Image Represents an image. This class cannot be inherited.
Classe pubblica ImageMapArea Represents an area in an image map. This class cannot be inherited.
Classe pubblica ImageMapAreasCollection Represents areas in an image map. This class cannot be inherited.
Classe pubblica Page Contains cache information generated while rendering a page.
Classe pubblica PageCollection Represents a collection of Page objects. This class cannot be inherited.
Classe pubblica PageSection Contains properties relating to a PageHeader or PageFooter object. This class cannot be inherited.
Classe pubblica Rectangle Represents a rectangle. This class cannot be inherited.
Classe pubblica 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.
Classe pubblica ReportColor Represents a color in a report. This class cannot be inherited.
Classe pubblica ReportItem An abstract class that represents a single item on the report.
Classe pubblica ReportItemCollection A collection of ReportItem objects. This class cannot be inherited.
Classe pubblica ReportParameter Contains information about a report parameter. This class cannot be inherited.
Classe pubblica ReportParameterCollection A collection of ReportParameter objects. This class cannot be inherited.
Classe pubblica 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 pubblica 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 pubblica ReportUrlBuilder Infrastruttura. Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.
Classe pubblica 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 pubblica StyleBase An abstract base class collection of named styles for the report, which can be accessed by name or index.
Classe pubblica StyleProperties Represents a collection of styles. This class cannot be inherited.
Classe pubblica ValueCollection Encapsulates a list of data values for a report item. This class cannot be inherited.

Interfacce

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

Enumerazioni

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