Report 클래스

Represents a report.

상속 계층

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Report

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class Report _
    Implements IDefinitionPath
‘사용 방법
Dim instance As Report
public sealed class Report : IDefinitionPath
public ref class Report sealed : IDefinitionPath
[<SealedAttribute>]
type Report =  
    class 
        interface IDefinitionPath 
    end
public final class Report implements IDefinitionPath

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

속성

  이름 설명
공용 속성 Author Gets the author of the report.
공용 속성 AutoRefresh Gets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
공용 속성 Body 더 이상 사용되지 않습니다. Gets the body of the report.
공용 속성 ConsumeContainerWhitespace Gets a value that indicates whether all whitespace in containers (i.e. Body and Rectangle) should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the container.
공용 속성 CustomProperties Gets the custom information to be handed to the report rendering component
공용 속성 DataElementName Gets the name of a top level element that represents the report data.
공용 속성 DataElementStyle Gets a value that indicates whether leaf-level values (e.g. textbox values and chart data values) should render as elements or attributes.
공용 속성 DataSchema Gets the schema or namespace to use for a report data rendering.
공용 속성 DataSetName Gets the name of the dataset, if the report contains only one dataset.
공용 속성 DataTransform Gets the location to a transformation to apply to a report data rendering. This can be a full folder path (e.g. “/xsl/xfrm.xsl”) or relative path (e.g. “xfrm.xsl”).
공용 속성 DefinitionPath Gets the path to this report definition object in the report definition.
공용 속성 Description Gets the description of the report.
공용 속성 DocumentMap Gets the document map for the report.
공용 속성 ExecutionTime Gets the most recent time the report is executed.
공용 속성 HasBookmarks Gets a value that indicates the report contains bookmarks.
공용 속성 HasDocumentMap Gets a value that indicates the report contains document map labels.
공용 속성 ID Gets the unique identifier for this report definition object.
공용 속성 InitialPageName Gets an expression that evaluates to the initial or default name of the report page.
공용 속성 Instance Gets the report instance object that contains the calculated values of this report definition object.
공용 속성 Language Gets an expression that evaluates to the primary language of the text.
공용 속성 Location Gets the location from which the report was executed.
공용 속성 Name Gets the report name.
공용 속성 NeedsHeaderFooterEvaluation 더 이상 사용되지 않습니다. Gets a value that indicates whether AddToCurrentPage must be called for each item on the page before GetPageSections is called.
공용 속성 NeedsOverallTotalPages Gets a value that indicates whether the Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
공용 속성 NeedsPageBreakTotalPages Gets a value that indicates whether to the Globals!TotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
공용 속성 NeedsReportItemsOnPage Gets a value that indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
공용 속성 NeedsTotalPages Gets a value that indicates whether to the Globals!TotalPages or Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
공용 속성 Page 더 이상 사용되지 않습니다. Gets the page layout information about the report.
공용 속성 Parameters Gets the report parameters.
공용 속성 ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
공용 속성 ReportSections Gets the report sections in the report.
공용 속성 ShowHideToggle Gets the unique name of the toggled item in the current rendering request, if any.
공용 속성 SnapshotPageSizeInfo Gets a rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
공용 속성 SortItem Gets the unique name of the selected user sort item in the current rendering request, if any.
공용 속성 Width 더 이상 사용되지 않습니다. Gets the width of the report.

맨 위로 이동

메서드

  이름 설명
공용 메서드 AddToCurrentPage Registers the value of a textbox as being on the current page.
공용 메서드 CreateChunk Creates a stream for a chunk of the rendered report.
공용 메서드 EnableNativeCustomReportItem() Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
공용 메서드 EnableNativeCustomReportItem(String) Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetChunk Gets a report data chunk.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetOrCreateChunk Gets or creates a report data chunk.
공용 메서드 GetPageSections 더 이상 사용되지 않습니다. Causes page header/footer calculations to be performed for the current page. This method must be called before accessing the PageSections for the report.
공용 메서드 GetReportUrl URL from which the report was executed.
공용 메서드 GetResource Used to retrieve auxiliary resources used during rendering; e.g., an XSLT used by the XML renderer.
공용 메서드 GetStreamUrl URL by which a client application may request a stream of the given name.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 SetPage 더 이상 사용되지 않습니다. Sets the current page number and total page count. This method must be called before GetPageSections. The totalPages argument must be accurate if NeedsHeaderFooterEvaluation is true. Otherwise, this argument is unused.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스