共用方式為


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.

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。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 Find Finds the report item in the report that has 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。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 StreamURL Returns the URL needed to retrieve this stream from another. Works with the CreateAndRegisterStream delegate function.
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 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 that contains 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.

頂端