Report 클래스

Contains properties, data, and layout information for the report. The Report class is the root of the Report object model. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.ReportingServices.ReportRendering.Report

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

구문

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

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

속성

  이름 설명
공용 속성 Author Gets the name of the author of the report.
공용 속성 AutoRefresh Indicates, in seconds, how often to refresh the report.
공용 속성 Body Gets the body of the report, as a rectangle.
공용 속성 BottomMargin Gets the width of the bottom margin.
공용 속성 CacheState Gets or sets a value that indicates that objects to be rendered should be cached.
공용 속성 Columns Gets the default number of columns for rendering the report.
공용 속성 ColumnSpacing Gets the default spacing between the columns, including the unit designator.
공용 속성 Custom Gets the contents of the Custom tag in the definition.
공용 속성 CustomProperties Returns a collection of custom properties for the report.
공용 속성 DataElementName Gets the name of a top level element that represents the report data.
공용 속성 DataElementStyle Gets a value that indicates whether text boxes 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.
공용 속성 DataTransform Gets the location to a transformation to apply to a report data rendering.
공용 속성 Description Gets the description of the report.
공용 속성 ExecutionTime Gets the date and time that the report was generated.
공용 속성 HasBookmarks Gets a value that indicates whether the report contains bookmarks.
공용 속성 InDocumentMap Gets a value that indicates whether the report has a document map.
공용 속성 LeftMargin Gets the width of the left margin.
공용 속성 Location Gets the location of the report as an absolute URL, encoded with ReplacementRoot, if necessary.
공용 속성 Name Gets the name of the report.
공용 속성 NeedsHeaderFooterEvaluation Gets a value that indicates whether this page header or page footer needs to be evaluated during rendering.
공용 속성 NumberOfPages Gets the number of pages in the report.
공용 속성 PageFooter Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false.
공용 속성 PageHeader Gets the contents of the page header when the NeedsHeaderFooterEvaluation property is false.
공용 속성 PageHeight Gets the height of the page.
공용 속성 Pages Gets an object containing pagination information.
공용 속성 PageWidth Gets the width of the paper page.
공용 속성 Parameters Gets the parameters for the report.
공용 속성 RenderingInfo Gets or sets data to be used by the rendering extension. This data is specific to the current instance of the report item.
공용 속성 ReportLanguage Gets the language of the report.
공용 속성 RightMargin Gets the width of the left margin.
공용 속성 SharedRenderingInfo Gets or sets shared data for use in future rendering extensions.
공용 속성 ShowHideStateChanged Gets a value that indicates whether the show/hide state of the report snapshot has changed.
공용 속성 ShowHideToggle Gets the identifier of the toggle item that was toggled by the user.
공용 속성 SortItem The ID the sort item, if the user clicks a particular sort item.
공용 속성 TopMargin Gets the width of the top margin.
공용 속성 UniqueName Gets the unique name for this report.
공용 속성 Width Gets the width of the report.

맨 위로 이동

메서드

  이름 설명
공용 메서드 EnableNativeCustomReportItem() Configures the rendering object model to make custom report items available.
공용 메서드 EnableNativeCustomReportItem(String) Configures the rendering object model to make custom report items of the given type available.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 Find Finds the report item in the report with the given unique name.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetReportUrlBuilder Creates a ReportUrlBuilder from an initial URL, optionally using a replacement URL root.
공용 메서드 GetResource Returns the requested resource and its MIME type.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 StreamURL Returns the URL needed to retrieve this stream from another. Works with the CreateAndRegisterStream delegate function.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스