Classe Report
Represents a 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.
Propriedades
Nome | Descrição | |
---|---|---|
Author | Author of the report. | |
AutoRefresh | Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds. | |
Body | Describes how the body of the report is structured and rendered. | |
Classes | Classes to instantiate during report initialization. | |
Code | Definitions for custom functions to be used in expressions within the report. Custom functions must be instance methods. If a function OnInit() is defined within code, it is called during parameter, report, and page header/footer initialization. The function must be defined as Protected and Overrides. | |
CodeModules | Code modules to make available to the report for use in expressions. | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
ConsumeContainerWhitespace | Gets 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 | Custom information to be handed to the report rendering component. | |
DataElementName | Name of a top level element that represents the report data. | |
DataElementStyle | Indicates whether leaf-level values, such as text box values and chart data values, should render as elements or attributes. | |
DataSchema | The schema or namespace to use for a report data rendering. | |
DataSets | Describes the data that is displayed as part of the report. | |
DataSources | Describes the data sources from which data sets are taken for this report. | |
DataTransform | The location to a transformation to apply to a report data rendering. This can be a full folder path or a relative path. | |
DeferVariableEvaluation | Indicates that variables throughout the report do not have to be pre-evaluated at the beginning of report processing. They can be evaluated on-demand based on usage. Deferred variable evaluation can improve performance but should not be used if any variables are time-dependent. | |
Description | Description of the report. | |
DescriptionLocID | The unique identifier for the Description property. | |
EmbeddedImages | Images embedded within the report. | |
InitialPageName | The initial or default name of the report page. | |
Language | The primary language of the text. | |
Page | Contains page layout information about the report. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
ReportID | The unique identifier for the report. | |
ReportParameters | Parameters for the report. | |
ReportSections | The report sections in the report. | |
ReportServerUrl | The URL of the report server. | |
ReportTemplate | Indicates whether this is a report template. | |
ReportUnitType | The default unit type for the report. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Variables | Variables defined for the report as a whole. | |
Width | 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. | |
GenerateItemName(String, String, Predicate< (Of < <' (String> ) > > )) | Infraestrutura. | |
GenerateItemName< (Of < <' (T> ) > > )(String, Converter< (Of < <' (String, T> ) > > )) | Infraestrutura. | |
GetClsCompliantIdentifier | Infraestrutura. | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesFor | Infraestrutura. | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDataSetByName | Accesses a dataset by using the name. | |
GetDataSetsByDataSourceName | Infraestrutura. | |
GetDataSourceByName | Accesses a data source by its name. | |
GetDependenciesCore | Infraestrutura. (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. (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. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) | |
IDataScope. . :: . .Group | ||
IDataScope. . :: . .Name |
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.