Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents an object model report.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.Report
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Class Report _
Inherits ReportObject _
Implements IDataScopeService, IDataScope, IContainedObject, IReportData
'Uso
Dim instance As Report
public class Report : ReportObject, IDataScopeService,
IDataScope, IContainedObject, IReportData
public ref class Report : public ReportObject,
IDataScopeService, IDataScope, IContainedObject, IReportData
type Report =
class
inherit ReportObject
interface IDataScopeService
interface IDataScope
interface IContainedObject
interface IReportData
end
public class Report extends ReportObject implements IDataScopeService, IDataScope, IContainedObject, IReportData
El tipo Report expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
Report | Creates a new instance of the Report class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Author | Gets or sets the author of the report. |
![]() |
AutoRefresh | Gets or sets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds. |
![]() |
Body | Gets or sets how the body of the report is structured and rendered. |
![]() |
Classes | Gets or sets the list of classes to instantiate during report initialization. |
![]() |
Code | Gets or sets the definitions for custom functions to be used in expressions within the report. |
![]() |
CodeModules | Gets or sets the code modules to make available to the report for use in expressions. |
![]() |
ComponentMetadata | Gets or sets the component metadata. (Se hereda de ReportObject.) |
![]() |
ConsumeContainerWhitespace | Gets or sets a value that indicates whether all whitespace in containers, such as Body and Rectangle, should be consumed when contents grow instead of preserving the minimum white space between the contents and the container. |
![]() |
CustomProperties | Gets or sets the custom information to be handed to the report rendering component. |
![]() |
DataElementName | Gets or sets the name of a top level element that represents the report data. |
![]() |
DataElementStyle | Indicates whether the leaf-level values, such as text box values and chart data values, should render as elements or attributes. |
![]() |
DataSchema | Gets or sets the schema or namespace to use for a report data rendering. |
![]() |
DataSets | Gets or sets the data that is displayed as part of the report. |
![]() |
DataSources | Gets or sets the data sources from which data sets are taken for this report. |
![]() |
DataTransform | Gets or sets the location to a transformation to apply to a report data rendering. |
![]() |
DeferVariableEvaluation | Indicates whether the variables throughout the report do not have to be pre-evaluated at the beginning of report processing. |
![]() |
Description | Gets or sets the description of the report. |
![]() |
DescriptionLocID | Gets or sets the unique identifier for the Description property. |
![]() |
EmbeddedImages | Gets or sets the embedded images within the report. |
![]() |
ExpressionDialog | Defines the contents of a field control in a report. |
![]() |
InitialPageName | Gets or sets the initial or default name of the report page. |
![]() |
Language | Gets or sets the primary language of the text. |
![]() |
Page | Gets or sets the page layout information about the report. |
![]() |
Parent | The parent of this report object. (Se hereda de ReportObjectBase.) |
![]() |
ReportID | Gets or sets the unique identifier for the report. |
![]() |
ReportParameters | Gets or sets the collection of parameters for the report. |
![]() |
ReportSections | Gets or sets the report sections in the report. |
![]() |
ReportServerUrl | Gets or sets the URL of the report server. |
![]() |
ReportTemplate | Indicates whether the report is a report template. |
![]() |
ReportUnitType | Gets or sets the default unit type for the report. |
![]() |
Site | Infraestructura. Gets or sets the site associated with the ReportObject object. (Se hereda de ReportObject.) |
![]() |
Variables | Gets or sets the variables defined for the report as a whole. |
![]() |
Width | Gets or sets the width of the report. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GenerateDataSetName | Infraestructura. Creates a name for the data that is displayed as part of the report. |
![]() |
GenerateItemName(String, String, Predicate<String>) | Infraestructura. Creates a name of an item. |
![]() |
GenerateItemName<T>(String, Converter<String, T>) | Infraestructura. Creates a name of an item. |
![]() ![]() |
GetClsCompliantIdentifier | Infraestructura. Gets the Common Language Specification compliant identifier. |
![]() |
GetContainingDataScopes | Infraestructura. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.) |
![]() |
GetDataScopesFor | Infraestructura. Gets the data scopes for the report. |
![]() |
GetDataScopesForDefaultImpl | Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.) |
![]() |
GetDataSetByName | Accesses a dataset by using the name. |
![]() |
GetDataSetsByDataSourceName | Infraestructura. Gets the data sets using the source name. |
![]() |
GetDataSourceByName | Accesses a data source by its name. |
![]() |
GetDependenciesCore | Infraestructura. Returns the dependencies core for the ReportObject object. (Se hereda de ReportObject.) |
![]() |
GetEmbeddedImageByName | Accesses an embedded image by its name. |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetReportParameterByName | Accesses a report parameter by its name. |
![]() |
GetType | (Se hereda de Object.) |
![]() |
Initialize | Initializes an instance of the Report class. (Invalida ReportObject.Initialize().) |
![]() |
InitializeForDesigner | Infraestructura. Initializes the report object for designer. (Se hereda de ReportObject.) |
![]() ![]() |
Load(array<Byte[]) | Loads a Report object from a report definition. |
![]() ![]() |
Load(Stream) | Loads a Report object from a report definition. |
![]() ![]() |
Load(String) | Loads a Report object from a report definition. |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
OnChildPropertyChanged | Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.) |
![]() |
OnPropertyChanged | Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infraestructura. Returns whether the report definition language semantic is the same with the core object. (Se hereda de ReportObject.) |
![]() |
SavePropertyValue<T> | Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
IDisposable.Dispose | Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.) |
![]() ![]() |
IComponent.Disposed | Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.) |
![]() ![]() |
IDataScope.Group | Gets the group of where this object belong. |
![]() ![]() |
IDataScope.Name | Gets the name of this object. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)