Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents an object model report.
Hiérarchie d'héritage
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.Report
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Class Report _
Inherits ReportObject _
Implements IDataScopeService, IDataScope, IContainedObject, IReportData
'Utilisation
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
Le type Report expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
Report | Creates a new instance of the Report class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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. (hérité 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. (hérité 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 | Infrastructure. Gets or sets the site associated with the ReportObject object. (hérité de ReportObject.) |
![]() |
Variables | Gets or sets the variables defined for the report as a whole. |
![]() |
Width | Gets or sets the width of the report. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (hérité de ReportObject.) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GenerateDataSetName | Infrastructure. Creates a name for the data that is displayed as part of the report. |
![]() |
GenerateItemName(String, String, Predicate<String>) | Infrastructure. Creates a name of an item. |
![]() |
GenerateItemName<T>(String, Converter<String, T>) | Infrastructure. Creates a name of an item. |
![]() ![]() |
GetClsCompliantIdentifier | Infrastructure. Gets the Common Language Specification compliant identifier. |
![]() |
GetContainingDataScopes | Infrastructure. Returns the list of report object that contains data scopes. (hérité de ReportObject.) |
![]() |
GetDataScopesFor | Infrastructure. Gets the data scopes for the report. |
![]() |
GetDataScopesForDefaultImpl | Infrastructure. Returns the data scopes for default implementation. (hérité de ReportObject.) |
![]() |
GetDataSetByName | Accesses a dataset by using the name. |
![]() |
GetDataSetsByDataSourceName | Infrastructure. Gets the data sets using the source name. |
![]() |
GetDataSourceByName | Accesses a data source by its name. |
![]() |
GetDependenciesCore | Infrastructure. Returns the dependencies core for the ReportObject object. (hérité de ReportObject.) |
![]() |
GetEmbeddedImageByName | Accesses an embedded image by its name. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetReportParameterByName | Accesses a report parameter by its name. |
![]() |
GetType | (hérité de Object.) |
![]() |
Initialize | Initializes an instance of the Report class. (remplace ReportObject.Initialize().) |
![]() |
InitializeForDesigner | Infrastructure. Initializes the report object for designer. (hérité 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 | (hérité de Object.) |
![]() |
OnChildPropertyChanged | Infrastructure. Raises an event when the property of the child was changed. (hérité de ReportObject.) |
![]() |
OnPropertyChanged | Infrastructure. Raises an event when the property was changed. (hérité de ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infrastructure. Returns whether the report definition language semantic is the same with the core object. (hérité de ReportObject.) |
![]() |
SavePropertyValue<T> | Infrastructure. Saves the property value of the report object. (hérité de ReportObject.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
| Nom | Description | |
|---|---|---|
![]() ![]() |
IDisposable.Dispose | Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (hérité de ReportObject.) |
![]() ![]() |
IComponent.Disposed | Infrastructure. Occurs when the ReportObject object is disposed. (hérité de ReportObject.) |
![]() ![]() |
IDataScope.Group | Gets the group of where this object belong. |
![]() ![]() |
IDataScope.Name | Gets the name of this object. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)