Condividi tramite


Classe Report

Represents a report.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel..::..Report

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class Report _
    Inherits ReportObject _
    Implements IDataScopeService, IDataScope, IContainedObject, IReportData
'Utilizzo
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

Nel tipo Report sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Report Creates a new instance of the Report class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Author Author of the report.
Proprietà pubblica AutoRefresh Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Proprietà pubblica Body Describes how the body of the report is structured and rendered.
Proprietà pubblica Classes Classes to instantiate during report initialization.
Proprietà pubblica 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.
Proprietà pubblica CodeModules Code modules to make available to the report for use in expressions.
Proprietà pubblica ComponentMetadata The component metadata. Ereditato da ReportObject.
Proprietà pubblica 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.
Proprietà pubblica CustomProperties Custom information to be handed to the report rendering component.
Proprietà pubblica DataElementName Name of a top level element that represents the report data.
Proprietà pubblica DataElementStyle Indicates whether leaf-level values, such as text box values and chart data values, should render as elements or attributes.
Proprietà pubblica DataSchema The schema or namespace to use for a report data rendering.
Proprietà pubblica DataSets Describes the data that is displayed as part of the report.
Proprietà pubblica DataSources Describes the data sources from which data sets are taken for this report.
Proprietà pubblica DataTransform The location to a transformation to apply to a report data rendering. This can be a full folder path or a relative path.
Proprietà pubblica 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.
Proprietà pubblica Description Description of the report.
Proprietà pubblica DescriptionLocID The unique identifier for the Description property.
Proprietà pubblica EmbeddedImages Images embedded within the report.
Proprietà pubblica InitialPageName The initial or default name of the report page.
Proprietà pubblica Language The primary language of the text.
Proprietà pubblica Page Contains page layout information about the report.
Proprietà pubblica Parent The parent of this report object. Ereditato da ReportObjectBase.
Proprietà pubblica ReportID The unique identifier for the report.
Proprietà pubblica ReportParameters Parameters for the report.
Proprietà pubblica ReportSections The report sections in the report.
Proprietà pubblica ReportServerUrl The URL of the report server.
Proprietà pubblica ReportTemplate Indicates whether this is a report template.
Proprietà pubblica ReportUnitType The default unit type for the report.
Proprietà pubblica Site Infrastruttura. Ereditato da ReportObject.
Proprietà pubblica Variables Variables defined for the report as a whole.
Proprietà pubblica Width Width of the report.

In alto

Metodi

  Nome Descrizione
Metodo pubblico DeepClone Returns a deep clone of this ReportObject instance. Ereditato da ReportObject.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GenerateDataSetName Infrastruttura.
Metodo pubblico GenerateItemName(String, String, Predicate< (Of < <' (String> ) > > )) Infrastruttura.
Metodo pubblico GenerateItemName< (Of < <' (T> ) > > )(String, Converter< (Of < <' (String, T> ) > > )) Infrastruttura.
Metodo pubblicoMembro statico GetClsCompliantIdentifier Infrastruttura.
Metodo pubblico GetContainingDataScopes Infrastruttura. Ereditato da ReportObject.
Metodo pubblico GetDataScopesFor Infrastruttura.
Metodo protetto GetDataScopesForDefaultImpl Infrastruttura. Ereditato da ReportObject.
Metodo pubblico GetDataSetByName Accesses a dataset by using the name.
Metodo pubblico GetDataSetsByDataSourceName Infrastruttura.
Metodo pubblico GetDataSourceByName Accesses a data source by its name.
Metodo protetto GetDependenciesCore Infrastruttura. Ereditato da ReportObject.
Metodo pubblico GetEmbeddedImageByName Accesses an embedded image by its name.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetReportParameterByName Accesses a report parameter by its name.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Initialize Initializes an instance of the Report class. Esegue l'override di ReportObject. . :: . .Initialize() () () ().
Metodo protetto InitializeForDesigner Infrastruttura. Ereditato da ReportObject.
Metodo pubblicoMembro statico Load(array<Byte> [] () [] []) Loads a Report object from a report definition.
Metodo pubblicoMembro statico Load(Stream) Loads a Report object from a report definition.
Metodo pubblicoMembro statico Load(String) Loads a Report object from a report definition.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto OnChildPropertyChanged Infrastruttura. Ereditato da ReportObject.
Metodo protetto OnPropertyChanged Infrastruttura. Ereditato da ReportObject.
Metodo protetto RdlSemanticEqualsCore Infrastruttura. Ereditato da ReportObject.
Metodo protetto SavePropertyValue< (Of < <' (T> ) > > ) Infrastruttura. Ereditato da ReportObject.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IDisposable. . :: . .Dispose Ereditato da ReportObject.
Implementazione esplicita dell'interfacciaEvento privato IComponent. . :: . .Disposed Ereditato da ReportObject.
Implementazione esplicita dell'interfacciaProprietà privata IDataScope. . :: . .Group
Implementazione esplicita dell'interfacciaProprietà privata IDataScope. . :: . .Name

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.