Classe Report
Contains methods and properties that can apply to both local and server reports.
Hierarquia de herança
Object
Microsoft.Reporting.WebForms.Report
Microsoft.Reporting.WebForms.LocalReport
Microsoft.Reporting.WebForms.ServerReport
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public MustInherit Class Report
public abstract class Report
public ref class Report abstract
[<AbstractClass>]
type Report = class end
public abstract class Report
O tipo Report expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
DisplayName | Gets or sets the display name of the report. | |
IsDrillthroughReport | Indicates whether the report is a drillthrough report. | |
IsReadyForRendering | Gets a Boolean value that indicates whether a report definition and all parameters have been specified, and all data sources are ready for use. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetDefaultPageSettings | Gets the default page settings specified in the report. | |
GetDocumentMap | Returns the representation of the document map for the local report. | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetParameters | Returns report parameter properties for the report. | |
GetTotalPages() | Returns the total number of soft pages in the report. | |
GetTotalPages(PageCountMode%) | Returns the total number of soft pages in the report and a PageCountMode value that indicates the current page count mode. | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ListRenderingExtensions | Returns all available rendering extensions for the report. | |
LoadReportDefinition(Stream) | Loads a report definition for processing using a Stream. | |
LoadReportDefinition(TextReader) | Loads a report definition for processing using a TextReader. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
Refresh | Causes the report to be rendered with new data. | |
Render(String) | Processes the report and renders it in the specified format. | |
Render(String, String) | Processes the report and renders it in the specified format. | |
Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%) | Processes the report and renders it in the specified format. | |
Render(String, String, PageCountMode, String%, String%, String%, array<String[]%, array<Warning[]%) | Processes the report with the specified PageCountMode value and renders it in the specified format. | |
SetParameters(ReportParameter) | Sets report parameter properties for the report. | |
SetParameters(IEnumerable<ReportParameter>) | Sets report parameter properties for the report. | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
This class is used as a base class for the LocalReport and ServerReport objects. For implementation-specific information, see LocalReport and ServerReport.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.