Freigeben über


Report-Member

Represents a report.

Der Report-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Report() () () () Creates a new instance of the Report class.
Öffentliche Methode Report(IPropertyStore) Creates a new instance of the Report class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GenerateDataSetName Infrastruktur.
Öffentliche Methode GenerateItemName(String, String, Predicate< (Of < <' (String> ) > > )) Infrastruktur.
Öffentliche Methode GenerateItemName< (Of < <' (T> ) > > )(String, Converter< (Of < <' (String, T> ) > > )) Infrastruktur.
Öffentliche Methode GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Geerbt von ReportObject.)
Öffentliche MethodeStatischer Member GetClsCompliantIdentifier Infrastruktur.
Öffentliche Methode GetContainingDataScopes The containing data scopes. (Geerbt von ReportObject.)
Öffentliche Methode GetDataScopesFor Infrastruktur.
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur. (Geerbt von ReportObject.)
Öffentliche Methode GetDataSetByName Accesses a dataset by using the name.
Öffentliche Methode GetDataSetsByDataSourceName Infrastruktur.
Öffentliche Methode GetDataSourceByName Accesses a data source by its name.
Öffentliche Methode GetEmbeddedImageByName Accesses an embedded image by its name.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetReportParameterByName(String) Accesses a report parameter by its name.
Öffentliche MethodeStatischer Member GetReportParameterByName(String, IList< (Of < <' (ReportParameter> ) > > )) Returns a report parameter in the specified list that matches the specified name.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes an instance of the Report class. (Überschreibt ReportObject. . :: . .Initialize() () () ().)
Geschützte Methode InitializeForDesigner Infrastruktur. (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur. (Geerbt von ReportObject.)
Öffentliche MethodeStatischer Member ResolveDataSource Resolves a data source.
Geschützte Methode SavePropertyValue< (Of < <' (T> ) > > ) Infrastruktur. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode WrapPropertyStore Infrastruktur. (Geerbt von ReportObject.)

Zum Anfang

Eigenschaften

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

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable. . :: . .Dispose (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent. . :: . .Disposed (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDataScope. . :: . .Group
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDataScope. . :: . .Name

Zum Anfang