LocalReport Class

Definition

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

Properties

DataSources
DisplayName (Inherited from Report)
EnableExternalImages
EnableHyperlinks
IsDrillthroughReport (Inherited from Report)
IsReadyForRendering (Inherited from Report)
MapTileServerConfiguration
OriginalParametersToDrillthrough
ReportEmbeddedResource
ReportPath
ShowDetailedSubreportMessages

Methods

AddFullTrustModuleInSandboxAppDomain(StrongName)
AddTrustedCodeModuleInCurrentAppDomain(String)
Dispose()
ExecuteReportInCurrentAppDomain(Evidence)
ExecuteReportInSandboxAppDomain()
GetDataSourceNames()
GetDefaultPageSettings()
GetDocumentMap() (Inherited from Report)
GetParameters()
GetTotalPages() (Inherited from Report)
GetTotalPages(PageCountMode)
ListRenderingExtensions()
LoadReportDefinition(Stream) (Inherited from Report)
LoadReportDefinition(TextReader)
LoadSubreportDefinition(String, Stream)
LoadSubreportDefinition(String, TextReader)
Refresh()
ReleaseSandboxAppDomain()
Render(String) (Inherited from Report)
Render(String, String) (Inherited from Report)
Render(String, String, CreateStreamCallback, Warning[])
Render(String, String, PageCountMode, CreateStreamCallback, Warning[])
Render(String, String, PageCountMode, String, String, String, String[], Warning[])
Render(String, String, String, String, String, String[], Warning[]) (Inherited from Report)
SetBasePermissionsForSandboxAppDomain(PermissionSet)
SetParameters(IEnumerable<ReportParameter>)
SetParameters(ReportParameter) (Inherited from Report)

Events

SubreportProcessing

Explicit Interface Implementations

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Applies to