Condividi tramite


Membri Report

Represents a report.

Il tipo Report espone i membri seguenti.

Costruttori

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

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 pubblico GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Ereditato da ReportObject).
Metodo pubblicoMembro statico GetClsCompliantIdentifier Infrastruttura.
Metodo pubblico GetContainingDataScopes The containing data scopes. (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 pubblico GetEmbeddedImageByName Accesses an embedded image by its name.
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetReportParameterByName(String) Accesses a report parameter by its name.
Metodo pubblicoMembro statico GetReportParameterByName(String, IList< (Of < <' (ReportParameter> ) > > )) Returns a report parameter in the specified list that matches the specified 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 protetto MemberwiseClone (Ereditato da Object).
Metodo protetto OnChildPropertyChanged Infrastruttura. (Ereditato da ReportObject).
Metodo protetto OnPropertyChanged Infrastruttura. (Ereditato da ReportObject).
Metodo pubblicoMembro statico ResolveDataSource Resolves a data source.
Metodo protetto SavePropertyValue< (Of < <' (T> ) > > ) Infrastruttura. (Ereditato da ReportObject).
Metodo pubblico ToString (Ereditato da Object).
Metodo protetto WrapPropertyStore Infrastruttura. (Ereditato da ReportObject).

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 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 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 PropertyStore The property store. (Ereditato da ReportObjectBase).
Proprietà pubblica ReportID The unique identifier for the report.
Proprietà pubblica ReportParameters Parameters for 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

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