Элементы 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.

В начало