다음을 통해 공유


Report 클래스

Represents a report.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Class Report _
    Inherits ReportObject _
    Implements IDataScopeService, IDataScope, IContainedObject, IReportData
‘사용 방법
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

Report 유형에서 다음 멤버를 표시합니다.

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 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.
공용 속성 ComponentMetadata The component metadata. (ReportObject에서 상속됨)
공용 속성 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.
공용 속성 InitialPageName The initial or default name of the report page.
공용 속성 Language The primary language of the text.
공용 속성 Page Contains page layout information about the report.
공용 속성 Parent The parent of this report object. (ReportObjectBase에서 상속됨)
공용 속성 ReportID The unique identifier for the report.
공용 속성 ReportParameters Parameters for the report.
공용 속성 ReportSections The report sections in 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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> ) > > )) 인프라입니다.
공용 메서드정적 멤버 GetClsCompliantIdentifier 인프라입니다.
공용 메서드 GetContainingDataScopes 인프라입니다. (ReportObject에서 상속됨)
공용 메서드 GetDataScopesFor 인프라입니다.
보호된 메서드 GetDataScopesForDefaultImpl 인프라입니다. (ReportObject에서 상속됨)
공용 메서드 GetDataSetByName Accesses a dataset by using the name.
공용 메서드 GetDataSetsByDataSourceName 인프라입니다.
공용 메서드 GetDataSourceByName Accesses a data source by its name.
보호된 메서드 GetDependenciesCore 인프라입니다. (ReportObject에서 상속됨)
공용 메서드 GetEmbeddedImageByName Accesses an embedded image by its name.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetReportParameterByName Accesses a report parameter by its name.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Initialize Initializes an instance of the Report class. (ReportObject. . :: . .Initialize() () () ()을(를) 재정의함)
보호된 메서드 InitializeForDesigner 인프라입니다. (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 (Object에서 상속됨)
보호된 메서드 OnChildPropertyChanged 인프라입니다. (ReportObject에서 상속됨)
보호된 메서드 OnPropertyChanged 인프라입니다. (ReportObject에서 상속됨)
보호된 메서드 RdlSemanticEqualsCore 인프라입니다. (ReportObject에서 상속됨)
보호된 메서드 SavePropertyValue< (Of < <' (T> ) > > ) 인프라입니다. (ReportObject에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

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

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.