Freigeben über


Report-Klasse

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.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.ReportRendering.Report

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class Report
'Usage
Dim instance As Report
public sealed class Report
public ref class Report sealed
[<SealedAttribute>]
type Report =  class end
public final class Report

Der Report-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode EnableNativeCustomReportItem() Configures the rendering object model to make custom report items available.
Öffentliche Methode EnableNativeCustomReportItem(String) Configures the rendering object model to make custom report items of the given type available.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode Find Finds the report item in the report with the given unique name.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetReportUrlBuilder Creates a ReportUrlBuilder from an initial URL, optionally using a replacement URL root.
Öffentliche Methode GetResource Returns the requested resource and its MIME type.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode StreamURL Returns the URL needed to retrieve this stream from another. Works with the CreateAndRegisterStream delegate function.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace