다음을 통해 공유


Report 멤버

Represents a report.

Report 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 Report() () () () Creates a new instance of the Report class.
공용 메서드 Report(IPropertyStore) Creates a new instance of the Report class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 DeepClone Returns a deep clone of this ReportObject instance. (ReportObject에서 상속됩니다.)
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GenerateDataSetName 인프라
공용 메서드 GenerateItemName(String, String, Predicate< (Of < <' (String> ) > > )) 인프라
공용 메서드 GenerateItemName< (Of < <' (T> ) > > )(String, Converter< (Of < <' (String, T> ) > > )) 인프라
공용 메서드 GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (ReportObject에서 상속됩니다.)
공용 메서드정적 멤버 GetClsCompliantIdentifier 인프라
공용 메서드 GetContainingDataScopes The containing data scopes. (ReportObject에서 상속됩니다.)
공용 메서드 GetDataScopesFor 인프라
보호된 메서드 GetDataScopesForDefaultImpl 인프라 (ReportObject에서 상속됩니다.)
공용 메서드 GetDataSetByName Accesses a dataset by using the name.
공용 메서드 GetDataSetsByDataSourceName 인프라
공용 메서드 GetDataSourceByName Accesses a data source by its name.
공용 메서드 GetEmbeddedImageByName Accesses an embedded image by its name.
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetReportParameterByName(String) Accesses a report parameter by its name.
공용 메서드정적 멤버 GetReportParameterByName(String, IList< (Of < <' (ReportParameter> ) > > )) Returns a report parameter in the specified list that matches the specified name.
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 Initialize Initializes an instance of the Report class. (ReportObject. . :: . .Initialize() () () ()을(를) 재정의합니다.)
보호된 메서드 InitializeForDesigner 인프라 (ReportObject에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
보호된 메서드 OnChildPropertyChanged 인프라 (ReportObject에서 상속됩니다.)
보호된 메서드 OnPropertyChanged 인프라 (ReportObject에서 상속됩니다.)
공용 메서드정적 멤버 ResolveDataSource Resolves a data source.
보호된 메서드 SavePropertyValue< (Of < <' (T> ) > > ) 인프라 (ReportObject에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)
보호된 메서드 WrapPropertyStore 인프라 (ReportObject에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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.
공용 속성 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.
공용 속성 Language The primary language of the text.
공용 속성 Page Contains page layout information about the report.
공용 속성 Parent The parent of this report object. (ReportObjectBase에서 상속됩니다.)
공용 속성 PropertyStore The property store. (ReportObjectBase에서 상속됩니다.)
공용 속성 ReportID The unique identifier for the report.
공용 속성 ReportParameters Parameters for 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 인프라 (ReportObject에서 상속됩니다.)
공용 속성 Variables Variables defined for the report as a whole.
공용 속성 Width Width of the report.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IDisposable. . :: . .Dispose (ReportObject에서 상속됩니다.)
명시적 인터페이스 구현전용 이벤트 IComponent. . :: . .Disposed (ReportObject에서 상속됩니다.)
명시적 인터페이스 구현전용 속성 IDataScope. . :: . .Group
명시적 인터페이스 구현전용 속성 IDataScope. . :: . .Name

맨 위로 이동