Classe Report
Represents an object model report.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.Report
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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
O tipo Report expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
Report | Creates a new instance of the Report class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
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. (Herdado 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. (Herdado 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 | Infraestrutura. Gets or sets the site associated with the ReportObject object. (Herdado de ReportObject.) |
![]() |
Variables | Gets or sets the variables defined for the report as a whole. |
![]() |
Width | Gets or sets the width of the report. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GenerateDataSetName | Infraestrutura. Creates a name for the data that is displayed as part of the report. |
![]() |
GenerateItemName(String, String, Predicate<String>) | Infraestrutura. Creates a name of an item. |
![]() |
GenerateItemName<T>(String, Converter<String, T>) | Infraestrutura. Creates a name of an item. |
![]() ![]() |
GetClsCompliantIdentifier | Infraestrutura. Gets the Common Language Specification compliant identifier. |
![]() |
GetContainingDataScopes | Infraestrutura. Returns the list of report object that contains data scopes. (Herdado de ReportObject.) |
![]() |
GetDataScopesFor | Infraestrutura. Gets the data scopes for the report. |
![]() |
GetDataScopesForDefaultImpl | Infraestrutura. Returns the data scopes for default implementation. (Herdado de ReportObject.) |
![]() |
GetDataSetByName | Accesses a dataset by using the name. |
![]() |
GetDataSetsByDataSourceName | Infraestrutura. Gets the data sets using the source name. |
![]() |
GetDataSourceByName | Accesses a data source by its name. |
![]() |
GetDependenciesCore | Infraestrutura. Returns the dependencies core for the ReportObject object. (Herdado de ReportObject.) |
![]() |
GetEmbeddedImageByName | Accesses an embedded image by its name. |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetReportParameterByName | Accesses a report parameter by its name. |
![]() |
GetType | (Herdado de Object.) |
![]() |
Initialize | Initializes an instance of the Report class. (Substitui ReportObject.Initialize().) |
![]() |
InitializeForDesigner | Infraestrutura. Initializes the report object for designer. (Herdado 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 | (Herdado de Object.) |
![]() |
OnChildPropertyChanged | Infraestrutura. Raises an event when the property of the child was changed. (Herdado de ReportObject.) |
![]() |
OnPropertyChanged | Infraestrutura. Raises an event when the property was changed. (Herdado de ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infraestrutura. Returns whether the report definition language semantic is the same with the core object. (Herdado de ReportObject.) |
![]() |
SavePropertyValue<T> | Infraestrutura. Saves the property value of the report object. (Herdado de ReportObject.) |
![]() |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | Infraestrutura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de ReportObject.) |
![]() ![]() |
IComponent.Disposed | Infraestrutura. Occurs when the ReportObject object is disposed. (Herdado de ReportObject.) |
![]() ![]() |
IDataScope.Group | Gets the group of where this object belong. |
![]() ![]() |
IDataScope.Name | Gets the name of this object. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.