ServerReport クラス

定義

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
継承
ServerReport
属性
実装

コンストラクター

ServerReport()

プロパティ

Cookies
DisplayName (継承元 Report)
Headers
HistoryId
IsDrillthroughReport (継承元 Report)
IsReadyForRendering (継承元 Report)
ReportPath
ReportServerCredentials
ReportServerUrl
Timeout

メソッド

GetDataSources()
GetDataSources(Boolean)
GetDefaultPageSettings()
GetDocumentMap() (継承元 Report)
GetExecutionId()
GetParameters()
GetServerVersion()
GetTotalPages() (継承元 Report)
GetTotalPages(PageCountMode)
IsQueryExecutionAllowed()
ListRenderingExtensions()
LoadReportDefinition(Stream) (継承元 Report)
LoadReportDefinition(TextReader)
Refresh()
Render(String) (継承元 Report)
Render(String, String) (継承元 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[]) (継承元 Report)
RenderStream(String, String, String, String, String)
SetDataSourceCredentials(IEnumerable<DataSourceCredentials>)
SetExecutionId(String)
SetParameters(IEnumerable<ReportParameter>)
SetParameters(ReportParameter) (継承元 Report)

明示的なインターフェイスの実装

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

適用対象