C# Class SSRS.ReportExecutionService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Datei anzeigen Open project: dotnetcurry/aspnet-ssrs Class Usage Examples

Public Methods

Method Description
BeginFindString ( int StartPage, int EndPage, string FindValue, System callback, object asyncState ) : System.IAsyncResult
BeginGetDocumentMap ( System callback, object asyncState ) : System.IAsyncResult
BeginGetExecutionInfo ( System callback, object asyncState ) : System.IAsyncResult
BeginGetExecutionInfo2 ( System callback, object asyncState ) : System.IAsyncResult
BeginGetRenderResource ( string Format, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult
BeginListRenderingExtensions ( System callback, object asyncState ) : System.IAsyncResult
BeginListSecureMethods ( System callback, object asyncState ) : System.IAsyncResult
BeginLoadDrillthroughTarget ( string DrillthroughID, System callback, object asyncState ) : System.IAsyncResult
BeginLoadDrillthroughTarget2 ( string DrillthroughID, System callback, object asyncState ) : System.IAsyncResult
BeginLoadReport ( string Report, string HistoryID, System callback, object asyncState ) : System.IAsyncResult
BeginLoadReport2 ( string Report, string HistoryID, System callback, object asyncState ) : System.IAsyncResult
BeginLoadReportDefinition ( byte Definition, System callback, object asyncState ) : System.IAsyncResult
BeginLoadReportDefinition2 ( byte Definition, System callback, object asyncState ) : System.IAsyncResult
BeginLogoff ( System callback, object asyncState ) : System.IAsyncResult
BeginLogonUser ( string userName, string password, string authority, System callback, object asyncState ) : System.IAsyncResult
BeginNavigateBookmark ( string BookmarkID, System callback, object asyncState ) : System.IAsyncResult
BeginNavigateDocumentMap ( string DocMapID, System callback, object asyncState ) : System.IAsyncResult
BeginRender ( string Format, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult
BeginRender2 ( string Format, string DeviceInfo, PageCountMode PaginationMode, System callback, object asyncState ) : System.IAsyncResult
BeginRenderStream ( string Format, string StreamID, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult
BeginResetExecution ( System callback, object asyncState ) : System.IAsyncResult
BeginResetExecution2 ( System callback, object asyncState ) : System.IAsyncResult
BeginSetExecutionCredentials ( DataSourceCredentials Credentials, System callback, object asyncState ) : System.IAsyncResult
BeginSetExecutionCredentials2 ( DataSourceCredentials Credentials, System callback, object asyncState ) : System.IAsyncResult
BeginSetExecutionParameters ( ParameterValue Parameters, string ParameterLanguage, System callback, object asyncState ) : System.IAsyncResult
BeginSetExecutionParameters2 ( ParameterValue Parameters, string ParameterLanguage, System callback, object asyncState ) : System.IAsyncResult
BeginSort ( string SortItem, SortDirectionEnum Direction, bool Clear, System callback, object asyncState ) : System.IAsyncResult
BeginSort2 ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode, System callback, object asyncState ) : System.IAsyncResult
BeginToggleItem ( string ToggleID, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
EndFindString ( System asyncResult ) : int
EndGetDocumentMap ( System asyncResult ) : DocumentMapNode
EndGetExecutionInfo ( System asyncResult ) : ExecutionInfo
EndGetExecutionInfo2 ( System asyncResult ) : ExecutionInfo2
EndGetRenderResource ( System asyncResult, string &MimeType ) : byte[]
EndListRenderingExtensions ( System asyncResult ) : SSRS.Extension[]
EndListSecureMethods ( System asyncResult ) : string[]
EndLoadDrillthroughTarget ( System asyncResult ) : ExecutionInfo
EndLoadDrillthroughTarget2 ( System asyncResult ) : ExecutionInfo2
EndLoadReport ( System asyncResult ) : ExecutionInfo
EndLoadReport2 ( System asyncResult ) : ExecutionInfo2
EndLoadReportDefinition ( System asyncResult, Warning &warnings ) : ExecutionInfo
EndLoadReportDefinition2 ( System asyncResult, Warning &warnings ) : ExecutionInfo2
EndLogoff ( System asyncResult ) : void
EndLogonUser ( System asyncResult ) : void
EndNavigateBookmark ( System asyncResult, string &UniqueName ) : int
EndNavigateDocumentMap ( System asyncResult ) : int
EndRender ( System asyncResult, string &Extension, string &MimeType, string &Encoding, Warning &Warnings, string &StreamIds ) : byte[]
EndRender2 ( System asyncResult, string &Extension, string &MimeType, string &Encoding, Warning &Warnings, string &StreamIds ) : byte[]
EndRenderStream ( System asyncResult, string &Encoding, string &MimeType ) : byte[]
EndResetExecution ( System asyncResult ) : ExecutionInfo
EndResetExecution2 ( System asyncResult ) : ExecutionInfo2
EndSetExecutionCredentials ( System asyncResult ) : ExecutionInfo
EndSetExecutionCredentials2 ( System asyncResult ) : ExecutionInfo2
EndSetExecutionParameters ( System asyncResult ) : ExecutionInfo
EndSetExecutionParameters2 ( System asyncResult ) : ExecutionInfo2
EndSort ( System asyncResult, string &ReportItem, int &NumPages ) : int
EndSort2 ( System asyncResult, string &ReportItem, ExecutionInfo2 &ExecutionInfo ) : int
EndToggleItem ( System asyncResult ) : bool
FindStringAsync ( int StartPage, int EndPage, string FindValue ) : void
FindStringAsync ( int StartPage, int EndPage, string FindValue, object userState ) : void
GetDocumentMapAsync ( ) : void
GetDocumentMapAsync ( object userState ) : void
GetExecutionInfo2Async ( ) : void
GetExecutionInfo2Async ( object userState ) : void
GetExecutionInfoAsync ( ) : void
GetExecutionInfoAsync ( object userState ) : void
GetRenderResourceAsync ( string Format, string DeviceInfo ) : void
GetRenderResourceAsync ( string Format, string DeviceInfo, object userState ) : void
ListRenderingExtensionsAsync ( ) : void
ListRenderingExtensionsAsync ( object userState ) : void
ListSecureMethodsAsync ( ) : void
ListSecureMethodsAsync ( object userState ) : void
LoadDrillthroughTarget2Async ( string DrillthroughID ) : void
LoadDrillthroughTarget2Async ( string DrillthroughID, object userState ) : void
LoadDrillthroughTargetAsync ( string DrillthroughID ) : void
LoadDrillthroughTargetAsync ( string DrillthroughID, object userState ) : void
LoadReport2Async ( string Report, string HistoryID ) : void
LoadReport2Async ( string Report, string HistoryID, object userState ) : void
LoadReportAsync ( string Report, string HistoryID ) : void
LoadReportAsync ( string Report, string HistoryID, object userState ) : void
LoadReportDefinition2Async ( byte Definition ) : void
LoadReportDefinition2Async ( byte Definition, object userState ) : void
LoadReportDefinitionAsync ( byte Definition ) : void
LoadReportDefinitionAsync ( byte Definition, object userState ) : void
LogoffAsync ( ) : void
LogoffAsync ( object userState ) : void
LogonUserAsync ( string userName, string password, string authority ) : void
LogonUserAsync ( string userName, string password, string authority, object userState ) : void
NavigateBookmarkAsync ( string BookmarkID ) : void
NavigateBookmarkAsync ( string BookmarkID, object userState ) : void
NavigateDocumentMapAsync ( string DocMapID ) : void
NavigateDocumentMapAsync ( string DocMapID, object userState ) : void
Render2Async ( string Format, string DeviceInfo, PageCountMode PaginationMode ) : void
Render2Async ( string Format, string DeviceInfo, PageCountMode PaginationMode, object userState ) : void
RenderAsync ( string Format, string DeviceInfo ) : void
RenderAsync ( string Format, string DeviceInfo, object userState ) : void
RenderStreamAsync ( string Format, string StreamID, string DeviceInfo ) : void
RenderStreamAsync ( string Format, string StreamID, string DeviceInfo, object userState ) : void
ReportExecutionService ( ) : System
ResetExecution2Async ( ) : void
ResetExecution2Async ( object userState ) : void
ResetExecutionAsync ( ) : void
ResetExecutionAsync ( object userState ) : void
SetExecutionCredentials2Async ( DataSourceCredentials Credentials ) : void
SetExecutionCredentials2Async ( DataSourceCredentials Credentials, object userState ) : void
SetExecutionCredentialsAsync ( DataSourceCredentials Credentials ) : void
SetExecutionCredentialsAsync ( DataSourceCredentials Credentials, object userState ) : void
SetExecutionParameters2Async ( ParameterValue Parameters, string ParameterLanguage ) : void
SetExecutionParameters2Async ( ParameterValue Parameters, string ParameterLanguage, object userState ) : void
SetExecutionParametersAsync ( ParameterValue Parameters, string ParameterLanguage ) : void
SetExecutionParametersAsync ( ParameterValue Parameters, string ParameterLanguage, object userState ) : void
Sort2Async ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode ) : void
Sort2Async ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode, object userState ) : void
SortAsync ( string SortItem, SortDirectionEnum Direction, bool Clear ) : void
SortAsync ( string SortItem, SortDirectionEnum Direction, bool Clear, object userState ) : void
ToggleItemAsync ( string ToggleID ) : void
ToggleItemAsync ( string ToggleID, object userState ) : void

Private Methods

Method Description
FindString ( int StartPage, int EndPage, string FindValue ) : int
GetDocumentMap ( ) : DocumentMapNode
GetExecutionInfo ( ) : ExecutionInfo
GetExecutionInfo2 ( ) : ExecutionInfo2
GetRenderResource ( string Format, string DeviceInfo, string &MimeType ) : byte[]
ListRenderingExtensions ( ) : SSRS.Extension[]
ListSecureMethods ( ) : string[]
LoadDrillthroughTarget ( string DrillthroughID ) : ExecutionInfo
LoadDrillthroughTarget2 ( string DrillthroughID ) : ExecutionInfo2
LoadReport ( string Report, string HistoryID ) : ExecutionInfo
LoadReport2 ( string Report, string HistoryID ) : ExecutionInfo2
LoadReportDefinition ( [ DataType = "base64Binary")]byte[]Definition, Warning &warnings ) : ExecutionInfo
LoadReportDefinition2 ( [ DataType = "base64Binary")]byte[]Definition, Warning &warnings ) : ExecutionInfo2
Logoff ( ) : void
LogonUser ( string userName, string password, string authority ) : void
NavigateBookmark ( string BookmarkID, string &UniqueName ) : int
NavigateDocumentMap ( string DocMapID ) : int
OnFindStringOperationCompleted ( object arg ) : void
OnGetDocumentMapOperationCompleted ( object arg ) : void
OnGetExecutionInfo2OperationCompleted ( object arg ) : void
OnGetExecutionInfoOperationCompleted ( object arg ) : void
OnGetRenderResourceOperationCompleted ( object arg ) : void
OnListRenderingExtensionsOperationCompleted ( object arg ) : void
OnListSecureMethodsOperationCompleted ( object arg ) : void
OnLoadDrillthroughTarget2OperationCompleted ( object arg ) : void
OnLoadDrillthroughTargetOperationCompleted ( object arg ) : void
OnLoadReport2OperationCompleted ( object arg ) : void
OnLoadReportDefinition2OperationCompleted ( object arg ) : void
OnLoadReportDefinitionOperationCompleted ( object arg ) : void
OnLoadReportOperationCompleted ( object arg ) : void
OnLogoffOperationCompleted ( object arg ) : void
OnLogonUserOperationCompleted ( object arg ) : void
OnNavigateBookmarkOperationCompleted ( object arg ) : void
OnNavigateDocumentMapOperationCompleted ( object arg ) : void
OnRender2OperationCompleted ( object arg ) : void
OnRenderOperationCompleted ( object arg ) : void
OnRenderStreamOperationCompleted ( object arg ) : void
OnResetExecution2OperationCompleted ( object arg ) : void
OnResetExecutionOperationCompleted ( object arg ) : void
OnSetExecutionCredentials2OperationCompleted ( object arg ) : void
OnSetExecutionCredentialsOperationCompleted ( object arg ) : void
OnSetExecutionParameters2OperationCompleted ( object arg ) : void
OnSetExecutionParametersOperationCompleted ( object arg ) : void
OnSort2OperationCompleted ( object arg ) : void
OnSortOperationCompleted ( object arg ) : void
OnToggleItemOperationCompleted ( object arg ) : void
Render ( string Format, string DeviceInfo, string &Extension, string &MimeType, string &Encoding, Warning &Warnings, string &StreamIds ) : byte[]
Render2 ( string Format, string DeviceInfo, PageCountMode PaginationMode, string &Extension, string &MimeType, string &Encoding, Warning &Warnings, string &StreamIds ) : byte[]
RenderStream ( string Format, string StreamID, string DeviceInfo, string &Encoding, string &MimeType ) : byte[]
ResetExecution ( ) : ExecutionInfo
ResetExecution2 ( ) : ExecutionInfo2
SetExecutionCredentials ( DataSourceCredentials Credentials ) : ExecutionInfo
SetExecutionCredentials2 ( DataSourceCredentials Credentials ) : ExecutionInfo2
SetExecutionParameters ( ParameterValue Parameters, string ParameterLanguage ) : ExecutionInfo
SetExecutionParameters2 ( ParameterValue Parameters, string ParameterLanguage ) : ExecutionInfo2
Sort ( string SortItem, SortDirectionEnum Direction, bool Clear, string &ReportItem, int &NumPages ) : int
Sort2 ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode, string &ReportItem, ExecutionInfo2 &ExecutionInfo ) : int
ToggleItem ( string ToggleID ) : bool

Method Details

BeginFindString() public method

public BeginFindString ( int StartPage, int EndPage, string FindValue, System callback, object asyncState ) : System.IAsyncResult
StartPage int
EndPage int
FindValue string
callback System
asyncState object
return System.IAsyncResult

BeginGetDocumentMap() public method

public BeginGetDocumentMap ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginGetExecutionInfo() public method

public BeginGetExecutionInfo ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginGetExecutionInfo2() public method

public BeginGetExecutionInfo2 ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginGetRenderResource() public method

public BeginGetRenderResource ( string Format, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult
Format string
DeviceInfo string
callback System
asyncState object
return System.IAsyncResult

BeginListRenderingExtensions() public method

public BeginListRenderingExtensions ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginListSecureMethods() public method

public BeginListSecureMethods ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginLoadDrillthroughTarget() public method

public BeginLoadDrillthroughTarget ( string DrillthroughID, System callback, object asyncState ) : System.IAsyncResult
DrillthroughID string
callback System
asyncState object
return System.IAsyncResult

BeginLoadDrillthroughTarget2() public method

public BeginLoadDrillthroughTarget2 ( string DrillthroughID, System callback, object asyncState ) : System.IAsyncResult
DrillthroughID string
callback System
asyncState object
return System.IAsyncResult

BeginLoadReport() public method

public BeginLoadReport ( string Report, string HistoryID, System callback, object asyncState ) : System.IAsyncResult
Report string
HistoryID string
callback System
asyncState object
return System.IAsyncResult

BeginLoadReport2() public method

public BeginLoadReport2 ( string Report, string HistoryID, System callback, object asyncState ) : System.IAsyncResult
Report string
HistoryID string
callback System
asyncState object
return System.IAsyncResult

BeginLoadReportDefinition() public method

public BeginLoadReportDefinition ( byte Definition, System callback, object asyncState ) : System.IAsyncResult
Definition byte
callback System
asyncState object
return System.IAsyncResult

BeginLoadReportDefinition2() public method

public BeginLoadReportDefinition2 ( byte Definition, System callback, object asyncState ) : System.IAsyncResult
Definition byte
callback System
asyncState object
return System.IAsyncResult

BeginLogoff() public method

public BeginLogoff ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginLogonUser() public method

public BeginLogonUser ( string userName, string password, string authority, System callback, object asyncState ) : System.IAsyncResult
userName string
password string
authority string
callback System
asyncState object
return System.IAsyncResult

BeginNavigateBookmark() public method

public BeginNavigateBookmark ( string BookmarkID, System callback, object asyncState ) : System.IAsyncResult
BookmarkID string
callback System
asyncState object
return System.IAsyncResult

BeginNavigateDocumentMap() public method

public BeginNavigateDocumentMap ( string DocMapID, System callback, object asyncState ) : System.IAsyncResult
DocMapID string
callback System
asyncState object
return System.IAsyncResult

BeginRender() public method

public BeginRender ( string Format, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult
Format string
DeviceInfo string
callback System
asyncState object
return System.IAsyncResult

BeginRender2() public method

public BeginRender2 ( string Format, string DeviceInfo, PageCountMode PaginationMode, System callback, object asyncState ) : System.IAsyncResult
Format string
DeviceInfo string
PaginationMode PageCountMode
callback System
asyncState object
return System.IAsyncResult

BeginRenderStream() public method

public BeginRenderStream ( string Format, string StreamID, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult
Format string
StreamID string
DeviceInfo string
callback System
asyncState object
return System.IAsyncResult

BeginResetExecution() public method

public BeginResetExecution ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginResetExecution2() public method

public BeginResetExecution2 ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginSetExecutionCredentials() public method

public BeginSetExecutionCredentials ( DataSourceCredentials Credentials, System callback, object asyncState ) : System.IAsyncResult
Credentials DataSourceCredentials
callback System
asyncState object
return System.IAsyncResult

BeginSetExecutionCredentials2() public method

public BeginSetExecutionCredentials2 ( DataSourceCredentials Credentials, System callback, object asyncState ) : System.IAsyncResult
Credentials DataSourceCredentials
callback System
asyncState object
return System.IAsyncResult

BeginSetExecutionParameters() public method

public BeginSetExecutionParameters ( ParameterValue Parameters, string ParameterLanguage, System callback, object asyncState ) : System.IAsyncResult
Parameters ParameterValue
ParameterLanguage string
callback System
asyncState object
return System.IAsyncResult

BeginSetExecutionParameters2() public method

public BeginSetExecutionParameters2 ( ParameterValue Parameters, string ParameterLanguage, System callback, object asyncState ) : System.IAsyncResult
Parameters ParameterValue
ParameterLanguage string
callback System
asyncState object
return System.IAsyncResult

BeginSort() public method

public BeginSort ( string SortItem, SortDirectionEnum Direction, bool Clear, System callback, object asyncState ) : System.IAsyncResult
SortItem string
Direction SortDirectionEnum
Clear bool
callback System
asyncState object
return System.IAsyncResult

BeginSort2() public method

public BeginSort2 ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode, System callback, object asyncState ) : System.IAsyncResult
SortItem string
Direction SortDirectionEnum
Clear bool
PaginationMode PageCountMode
callback System
asyncState object
return System.IAsyncResult

BeginToggleItem() public method

public BeginToggleItem ( string ToggleID, System callback, object asyncState ) : System.IAsyncResult
ToggleID string
callback System
asyncState object
return System.IAsyncResult

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

EndFindString() public method

public EndFindString ( System asyncResult ) : int
asyncResult System
return int

EndGetDocumentMap() public method

public EndGetDocumentMap ( System asyncResult ) : DocumentMapNode
asyncResult System
return DocumentMapNode

EndGetExecutionInfo() public method

public EndGetExecutionInfo ( System asyncResult ) : ExecutionInfo
asyncResult System
return ExecutionInfo

EndGetExecutionInfo2() public method

public EndGetExecutionInfo2 ( System asyncResult ) : ExecutionInfo2
asyncResult System
return ExecutionInfo2

EndGetRenderResource() public method

public EndGetRenderResource ( System asyncResult, string &MimeType ) : byte[]
asyncResult System
MimeType string
return byte[]

EndListRenderingExtensions() public method

public EndListRenderingExtensions ( System asyncResult ) : SSRS.Extension[]
asyncResult System
return SSRS.Extension[]

EndListSecureMethods() public method

public EndListSecureMethods ( System asyncResult ) : string[]
asyncResult System
return string[]

EndLoadDrillthroughTarget() public method

public EndLoadDrillthroughTarget ( System asyncResult ) : ExecutionInfo
asyncResult System
return ExecutionInfo

EndLoadDrillthroughTarget2() public method

public EndLoadDrillthroughTarget2 ( System asyncResult ) : ExecutionInfo2
asyncResult System
return ExecutionInfo2

EndLoadReport() public method

public EndLoadReport ( System asyncResult ) : ExecutionInfo
asyncResult System
return ExecutionInfo

EndLoadReport2() public method

public EndLoadReport2 ( System asyncResult ) : ExecutionInfo2
asyncResult System
return ExecutionInfo2

EndLoadReportDefinition() public method

public EndLoadReportDefinition ( System asyncResult, Warning &warnings ) : ExecutionInfo
asyncResult System
warnings Warning
return ExecutionInfo

EndLoadReportDefinition2() public method

public EndLoadReportDefinition2 ( System asyncResult, Warning &warnings ) : ExecutionInfo2
asyncResult System
warnings Warning
return ExecutionInfo2

EndLogoff() public method

public EndLogoff ( System asyncResult ) : void
asyncResult System
return void

EndLogonUser() public method

public EndLogonUser ( System asyncResult ) : void
asyncResult System
return void

EndNavigateBookmark() public method

public EndNavigateBookmark ( System asyncResult, string &UniqueName ) : int
asyncResult System
UniqueName string
return int

EndNavigateDocumentMap() public method

public EndNavigateDocumentMap ( System asyncResult ) : int
asyncResult System
return int

EndRender() public method

public EndRender ( System asyncResult, string &Extension, string &MimeType, string &Encoding, Warning &Warnings, string &StreamIds ) : byte[]
asyncResult System
Extension string
MimeType string
Encoding string
Warnings Warning
StreamIds string
return byte[]

EndRender2() public method

public EndRender2 ( System asyncResult, string &Extension, string &MimeType, string &Encoding, Warning &Warnings, string &StreamIds ) : byte[]
asyncResult System
Extension string
MimeType string
Encoding string
Warnings Warning
StreamIds string
return byte[]

EndRenderStream() public method

public EndRenderStream ( System asyncResult, string &Encoding, string &MimeType ) : byte[]
asyncResult System
Encoding string
MimeType string
return byte[]

EndResetExecution() public method

public EndResetExecution ( System asyncResult ) : ExecutionInfo
asyncResult System
return ExecutionInfo

EndResetExecution2() public method

public EndResetExecution2 ( System asyncResult ) : ExecutionInfo2
asyncResult System
return ExecutionInfo2

EndSetExecutionCredentials() public method

public EndSetExecutionCredentials ( System asyncResult ) : ExecutionInfo
asyncResult System
return ExecutionInfo

EndSetExecutionCredentials2() public method

public EndSetExecutionCredentials2 ( System asyncResult ) : ExecutionInfo2
asyncResult System
return ExecutionInfo2

EndSetExecutionParameters() public method

public EndSetExecutionParameters ( System asyncResult ) : ExecutionInfo
asyncResult System
return ExecutionInfo

EndSetExecutionParameters2() public method

public EndSetExecutionParameters2 ( System asyncResult ) : ExecutionInfo2
asyncResult System
return ExecutionInfo2

EndSort() public method

public EndSort ( System asyncResult, string &ReportItem, int &NumPages ) : int
asyncResult System
ReportItem string
NumPages int
return int

EndSort2() public method

public EndSort2 ( System asyncResult, string &ReportItem, ExecutionInfo2 &ExecutionInfo ) : int
asyncResult System
ReportItem string
ExecutionInfo ExecutionInfo2
return int

EndToggleItem() public method

public EndToggleItem ( System asyncResult ) : bool
asyncResult System
return bool

FindStringAsync() public method

public FindStringAsync ( int StartPage, int EndPage, string FindValue ) : void
StartPage int
EndPage int
FindValue string
return void

FindStringAsync() public method

public FindStringAsync ( int StartPage, int EndPage, string FindValue, object userState ) : void
StartPage int
EndPage int
FindValue string
userState object
return void

GetDocumentMapAsync() public method

public GetDocumentMapAsync ( ) : void
return void

GetDocumentMapAsync() public method

public GetDocumentMapAsync ( object userState ) : void
userState object
return void

GetExecutionInfo2Async() public method

public GetExecutionInfo2Async ( ) : void
return void

GetExecutionInfo2Async() public method

public GetExecutionInfo2Async ( object userState ) : void
userState object
return void

GetExecutionInfoAsync() public method

public GetExecutionInfoAsync ( ) : void
return void

GetExecutionInfoAsync() public method

public GetExecutionInfoAsync ( object userState ) : void
userState object
return void

GetRenderResourceAsync() public method

public GetRenderResourceAsync ( string Format, string DeviceInfo ) : void
Format string
DeviceInfo string
return void

GetRenderResourceAsync() public method

public GetRenderResourceAsync ( string Format, string DeviceInfo, object userState ) : void
Format string
DeviceInfo string
userState object
return void

ListRenderingExtensionsAsync() public method

public ListRenderingExtensionsAsync ( ) : void
return void

ListRenderingExtensionsAsync() public method

public ListRenderingExtensionsAsync ( object userState ) : void
userState object
return void

ListSecureMethodsAsync() public method

public ListSecureMethodsAsync ( ) : void
return void

ListSecureMethodsAsync() public method

public ListSecureMethodsAsync ( object userState ) : void
userState object
return void

LoadDrillthroughTarget2Async() public method

public LoadDrillthroughTarget2Async ( string DrillthroughID ) : void
DrillthroughID string
return void

LoadDrillthroughTarget2Async() public method

public LoadDrillthroughTarget2Async ( string DrillthroughID, object userState ) : void
DrillthroughID string
userState object
return void

LoadDrillthroughTargetAsync() public method

public LoadDrillthroughTargetAsync ( string DrillthroughID ) : void
DrillthroughID string
return void

LoadDrillthroughTargetAsync() public method

public LoadDrillthroughTargetAsync ( string DrillthroughID, object userState ) : void
DrillthroughID string
userState object
return void

LoadReport2Async() public method

public LoadReport2Async ( string Report, string HistoryID ) : void
Report string
HistoryID string
return void

LoadReport2Async() public method

public LoadReport2Async ( string Report, string HistoryID, object userState ) : void
Report string
HistoryID string
userState object
return void

LoadReportAsync() public method

public LoadReportAsync ( string Report, string HistoryID ) : void
Report string
HistoryID string
return void

LoadReportAsync() public method

public LoadReportAsync ( string Report, string HistoryID, object userState ) : void
Report string
HistoryID string
userState object
return void

LoadReportDefinition2Async() public method

public LoadReportDefinition2Async ( byte Definition ) : void
Definition byte
return void

LoadReportDefinition2Async() public method

public LoadReportDefinition2Async ( byte Definition, object userState ) : void
Definition byte
userState object
return void

LoadReportDefinitionAsync() public method

public LoadReportDefinitionAsync ( byte Definition ) : void
Definition byte
return void

LoadReportDefinitionAsync() public method

public LoadReportDefinitionAsync ( byte Definition, object userState ) : void
Definition byte
userState object
return void

LogoffAsync() public method

public LogoffAsync ( ) : void
return void

LogoffAsync() public method

public LogoffAsync ( object userState ) : void
userState object
return void

LogonUserAsync() public method

public LogonUserAsync ( string userName, string password, string authority ) : void
userName string
password string
authority string
return void

LogonUserAsync() public method

public LogonUserAsync ( string userName, string password, string authority, object userState ) : void
userName string
password string
authority string
userState object
return void

NavigateBookmarkAsync() public method

public NavigateBookmarkAsync ( string BookmarkID ) : void
BookmarkID string
return void

NavigateBookmarkAsync() public method

public NavigateBookmarkAsync ( string BookmarkID, object userState ) : void
BookmarkID string
userState object
return void

NavigateDocumentMapAsync() public method

public NavigateDocumentMapAsync ( string DocMapID ) : void
DocMapID string
return void

NavigateDocumentMapAsync() public method

public NavigateDocumentMapAsync ( string DocMapID, object userState ) : void
DocMapID string
userState object
return void

Render2Async() public method

public Render2Async ( string Format, string DeviceInfo, PageCountMode PaginationMode ) : void
Format string
DeviceInfo string
PaginationMode PageCountMode
return void

Render2Async() public method

public Render2Async ( string Format, string DeviceInfo, PageCountMode PaginationMode, object userState ) : void
Format string
DeviceInfo string
PaginationMode PageCountMode
userState object
return void

RenderAsync() public method

public RenderAsync ( string Format, string DeviceInfo ) : void
Format string
DeviceInfo string
return void

RenderAsync() public method

public RenderAsync ( string Format, string DeviceInfo, object userState ) : void
Format string
DeviceInfo string
userState object
return void

RenderStreamAsync() public method

public RenderStreamAsync ( string Format, string StreamID, string DeviceInfo ) : void
Format string
StreamID string
DeviceInfo string
return void

RenderStreamAsync() public method

public RenderStreamAsync ( string Format, string StreamID, string DeviceInfo, object userState ) : void
Format string
StreamID string
DeviceInfo string
userState object
return void

ReportExecutionService() public method

public ReportExecutionService ( ) : System
return System

ResetExecution2Async() public method

public ResetExecution2Async ( ) : void
return void

ResetExecution2Async() public method

public ResetExecution2Async ( object userState ) : void
userState object
return void

ResetExecutionAsync() public method

public ResetExecutionAsync ( ) : void
return void

ResetExecutionAsync() public method

public ResetExecutionAsync ( object userState ) : void
userState object
return void

SetExecutionCredentials2Async() public method

public SetExecutionCredentials2Async ( DataSourceCredentials Credentials ) : void
Credentials DataSourceCredentials
return void

SetExecutionCredentials2Async() public method

public SetExecutionCredentials2Async ( DataSourceCredentials Credentials, object userState ) : void
Credentials DataSourceCredentials
userState object
return void

SetExecutionCredentialsAsync() public method

public SetExecutionCredentialsAsync ( DataSourceCredentials Credentials ) : void
Credentials DataSourceCredentials
return void

SetExecutionCredentialsAsync() public method

public SetExecutionCredentialsAsync ( DataSourceCredentials Credentials, object userState ) : void
Credentials DataSourceCredentials
userState object
return void

SetExecutionParameters2Async() public method

public SetExecutionParameters2Async ( ParameterValue Parameters, string ParameterLanguage ) : void
Parameters ParameterValue
ParameterLanguage string
return void

SetExecutionParameters2Async() public method

public SetExecutionParameters2Async ( ParameterValue Parameters, string ParameterLanguage, object userState ) : void
Parameters ParameterValue
ParameterLanguage string
userState object
return void

SetExecutionParametersAsync() public method

public SetExecutionParametersAsync ( ParameterValue Parameters, string ParameterLanguage ) : void
Parameters ParameterValue
ParameterLanguage string
return void

SetExecutionParametersAsync() public method

public SetExecutionParametersAsync ( ParameterValue Parameters, string ParameterLanguage, object userState ) : void
Parameters ParameterValue
ParameterLanguage string
userState object
return void

Sort2Async() public method

public Sort2Async ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode ) : void
SortItem string
Direction SortDirectionEnum
Clear bool
PaginationMode PageCountMode
return void

Sort2Async() public method

public Sort2Async ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode, object userState ) : void
SortItem string
Direction SortDirectionEnum
Clear bool
PaginationMode PageCountMode
userState object
return void

SortAsync() public method

public SortAsync ( string SortItem, SortDirectionEnum Direction, bool Clear ) : void
SortItem string
Direction SortDirectionEnum
Clear bool
return void

SortAsync() public method

public SortAsync ( string SortItem, SortDirectionEnum Direction, bool Clear, object userState ) : void
SortItem string
Direction SortDirectionEnum
Clear bool
userState object
return void

ToggleItemAsync() public method

public ToggleItemAsync ( string ToggleID ) : void
ToggleID string
return void

ToggleItemAsync() public method

public ToggleItemAsync ( string ToggleID, object userState ) : void
ToggleID string
userState object
return void