ServerReport Class

Definition

public ref class ServerReport sealed : Microsoft::Reporting::WebForms::Report, System::Runtime::Serialization::ISerializable
[System.Serializable]
public sealed class ServerReport : Microsoft.Reporting.WebForms.Report, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ServerReport = class
    inherit Report
    interface ISerializable
Public NotInheritable Class ServerReport
Inherits Report
Implements ISerializable
Inheritance
ServerReport
Attributes
Implements

Constructors

ServerReport()

Properties

Cookies
DisplayName (Inherited from Report)
Headers
HistoryId
IsDrillthroughReport (Inherited from Report)
IsReadyForRendering (Inherited from Report)
ReportPath
ReportServerCredentials
ReportServerUrl
Timeout

Methods

GetDataSources()
GetDataSources(Boolean)
GetDefaultPageSettings()
GetDocumentMap() (Inherited from Report)
GetExecutionId()
GetParameters()
GetServerVersion()
GetTotalPages() (Inherited from Report)
GetTotalPages(PageCountMode)
IsQueryExecutionAllowed()
ListRenderingExtensions()
LoadReportDefinition(Stream) (Inherited from Report)
LoadReportDefinition(TextReader)
Refresh()
Render(String) (Inherited from Report)
Render(String, String) (Inherited from Report)
Render(String, String, NameValueCollection, Stream, String, String)
Render(String, String, NameValueCollection, String, String)
Render(String, String, PageCountMode, String, String, String, String[], Warning[])
Render(String, String, String, String, String, String[], Warning[]) (Inherited from Report)
RenderStream(String, String, String, String, String)
SetDataSourceCredentials(IEnumerable<DataSourceCredentials>)
SetExecutionId(String)
SetParameters(IEnumerable<ReportParameter>)
SetParameters(ReportParameter) (Inherited from Report)

Explicit Interface Implementations

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Applies to