Condividi tramite


Classe 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.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.Report

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Nel tipo Report sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

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

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering