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 ( |
||
BeginSetExecutionCredentials2 ( |
||
BeginSetExecutionParameters ( |
||
BeginSetExecutionParameters2 ( |
||
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 ) : |
||
EndGetExecutionInfo ( System asyncResult ) : |
||
EndGetExecutionInfo2 ( System asyncResult ) : |
||
EndGetRenderResource ( System asyncResult, string &MimeType ) : byte[] | ||
EndListRenderingExtensions ( System asyncResult ) : SSRS.Extension[] | ||
EndListSecureMethods ( System asyncResult ) : string[] | ||
EndLoadDrillthroughTarget ( System asyncResult ) : |
||
EndLoadDrillthroughTarget2 ( System asyncResult ) : |
||
EndLoadReport ( System asyncResult ) : |
||
EndLoadReport2 ( System asyncResult ) : |
||
EndLoadReportDefinition ( System asyncResult, |
||
EndLoadReportDefinition2 ( System asyncResult, |
||
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, |
||
EndRender2 ( System asyncResult, string &Extension, string &MimeType, string &Encoding, |
||
EndRenderStream ( System asyncResult, string &Encoding, string &MimeType ) : byte[] | ||
EndResetExecution ( System asyncResult ) : |
||
EndResetExecution2 ( System asyncResult ) : |
||
EndSetExecutionCredentials ( System asyncResult ) : |
||
EndSetExecutionCredentials2 ( System asyncResult ) : |
||
EndSetExecutionParameters ( System asyncResult ) : |
||
EndSetExecutionParameters2 ( System asyncResult ) : |
||
EndSort ( System asyncResult, string &ReportItem, int &NumPages ) : int | ||
EndSort2 ( System asyncResult, string &ReportItem, |
||
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 |
Method | Description | |
---|---|---|
FindString ( int StartPage, int EndPage, string FindValue ) : int | ||
GetDocumentMap ( ) : |
||
GetExecutionInfo ( ) : |
||
GetExecutionInfo2 ( ) : |
||
GetRenderResource ( string Format, string DeviceInfo, string &MimeType ) : byte[] | ||
ListRenderingExtensions ( ) : SSRS.Extension[] | ||
ListSecureMethods ( ) : string[] | ||
LoadDrillthroughTarget ( string DrillthroughID ) : |
||
LoadDrillthroughTarget2 ( string DrillthroughID ) : |
||
LoadReport ( string Report, string HistoryID ) : |
||
LoadReport2 ( string Report, string HistoryID ) : |
||
LoadReportDefinition ( [ DataType = "base64Binary")]byte[]Definition, |
||
LoadReportDefinition2 ( [ DataType = "base64Binary")]byte[]Definition, |
||
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 |
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 |
public BeginGetDocumentMap ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetExecutionInfo ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetExecutionInfo2 ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetRenderResource ( string Format, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult | ||
Format | string | |
DeviceInfo | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginListRenderingExtensions ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginListSecureMethods ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginLoadDrillthroughTarget ( string DrillthroughID, System callback, object asyncState ) : System.IAsyncResult | ||
DrillthroughID | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginLoadDrillthroughTarget2 ( string DrillthroughID, System callback, object asyncState ) : System.IAsyncResult | ||
DrillthroughID | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginLoadReport ( string Report, string HistoryID, System callback, object asyncState ) : System.IAsyncResult | ||
Report | string | |
HistoryID | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginLoadReport2 ( string Report, string HistoryID, System callback, object asyncState ) : System.IAsyncResult | ||
Report | string | |
HistoryID | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginLoadReportDefinition ( byte Definition, System callback, object asyncState ) : System.IAsyncResult | ||
Definition | byte | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginLoadReportDefinition2 ( byte Definition, System callback, object asyncState ) : System.IAsyncResult | ||
Definition | byte | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginLogoff ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
public BeginNavigateBookmark ( string BookmarkID, System callback, object asyncState ) : System.IAsyncResult | ||
BookmarkID | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginNavigateDocumentMap ( string DocMapID, System callback, object asyncState ) : System.IAsyncResult | ||
DocMapID | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginRender ( string Format, string DeviceInfo, System callback, object asyncState ) : System.IAsyncResult | ||
Format | string | |
DeviceInfo | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
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 |
public BeginResetExecution ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginResetExecution2 ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginSetExecutionCredentials ( |
||
Credentials | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginSetExecutionCredentials2 ( |
||
Credentials | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginSetExecutionParameters ( |
||
Parameters | ||
ParameterLanguage | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginSetExecutionParameters2 ( |
||
Parameters | ||
ParameterLanguage | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
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 |
public BeginToggleItem ( string ToggleID, System callback, object asyncState ) : System.IAsyncResult | ||
ToggleID | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public EndFindString ( System asyncResult ) : int | ||
asyncResult | System | |
return | int |
public EndGetDocumentMap ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndGetExecutionInfo ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndGetExecutionInfo2 ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndGetRenderResource ( System asyncResult, string &MimeType ) : byte[] | ||
asyncResult | System | |
MimeType | string | |
return | byte[] |
public EndListRenderingExtensions ( System asyncResult ) : SSRS.Extension[] | ||
asyncResult | System | |
return | SSRS.Extension[] |
public EndListSecureMethods ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public EndLoadDrillthroughTarget ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndLoadDrillthroughTarget2 ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndLoadReport ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndLoadReport2 ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndLoadReportDefinition ( System asyncResult, |
||
asyncResult | System | |
warnings | ||
return |
public EndLoadReportDefinition2 ( System asyncResult, |
||
asyncResult | System | |
warnings | ||
return |
public EndLogoff ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public EndLogonUser ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public EndNavigateBookmark ( System asyncResult, string &UniqueName ) : int | ||
asyncResult | System | |
UniqueName | string | |
return | int |
public EndNavigateDocumentMap ( System asyncResult ) : int | ||
asyncResult | System | |
return | int |
public EndRender ( System asyncResult, string &Extension, string &MimeType, string &Encoding, |
||
asyncResult | System | |
Extension | string | |
MimeType | string | |
Encoding | string | |
Warnings | ||
StreamIds | string | |
return | byte[] |
public EndRender2 ( System asyncResult, string &Extension, string &MimeType, string &Encoding, |
||
asyncResult | System | |
Extension | string | |
MimeType | string | |
Encoding | string | |
Warnings | ||
StreamIds | string | |
return | byte[] |
public EndRenderStream ( System asyncResult, string &Encoding, string &MimeType ) : byte[] | ||
asyncResult | System | |
Encoding | string | |
MimeType | string | |
return | byte[] |
public EndResetExecution ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndResetExecution2 ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndSetExecutionCredentials ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndSetExecutionCredentials2 ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndSetExecutionParameters ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndSetExecutionParameters2 ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndSort ( System asyncResult, string &ReportItem, int &NumPages ) : int | ||
asyncResult | System | |
ReportItem | string | |
NumPages | int | |
return | int |
public EndSort2 ( System asyncResult, string &ReportItem, |
||
asyncResult | System | |
ReportItem | string | |
ExecutionInfo | ||
return | int |
public EndToggleItem ( System asyncResult ) : bool | ||
asyncResult | System | |
return | bool |
public FindStringAsync ( int StartPage, int EndPage, string FindValue ) : void | ||
StartPage | int | |
EndPage | int | |
FindValue | string | |
return | void |
public FindStringAsync ( int StartPage, int EndPage, string FindValue, object userState ) : void | ||
StartPage | int | |
EndPage | int | |
FindValue | string | |
userState | object | |
return | void |
public GetDocumentMapAsync ( object userState ) : void | ||
userState | object | |
return | void |
public GetExecutionInfo2Async ( object userState ) : void | ||
userState | object | |
return | void |
public GetExecutionInfoAsync ( object userState ) : void | ||
userState | object | |
return | void |
public GetRenderResourceAsync ( string Format, string DeviceInfo ) : void | ||
Format | string | |
DeviceInfo | string | |
return | void |
public GetRenderResourceAsync ( string Format, string DeviceInfo, object userState ) : void | ||
Format | string | |
DeviceInfo | string | |
userState | object | |
return | void |
public ListRenderingExtensionsAsync ( ) : void | ||
return | void |
public ListRenderingExtensionsAsync ( object userState ) : void | ||
userState | object | |
return | void |
public ListSecureMethodsAsync ( object userState ) : void | ||
userState | object | |
return | void |
public LoadDrillthroughTarget2Async ( string DrillthroughID ) : void | ||
DrillthroughID | string | |
return | void |
public LoadDrillthroughTarget2Async ( string DrillthroughID, object userState ) : void | ||
DrillthroughID | string | |
userState | object | |
return | void |
public LoadDrillthroughTargetAsync ( string DrillthroughID ) : void | ||
DrillthroughID | string | |
return | void |
public LoadDrillthroughTargetAsync ( string DrillthroughID, object userState ) : void | ||
DrillthroughID | string | |
userState | object | |
return | void |
public LoadReport2Async ( string Report, string HistoryID ) : void | ||
Report | string | |
HistoryID | string | |
return | void |
public LoadReport2Async ( string Report, string HistoryID, object userState ) : void | ||
Report | string | |
HistoryID | string | |
userState | object | |
return | void |
public LoadReportAsync ( string Report, string HistoryID ) : void | ||
Report | string | |
HistoryID | string | |
return | void |
public LoadReportAsync ( string Report, string HistoryID, object userState ) : void | ||
Report | string | |
HistoryID | string | |
userState | object | |
return | void |
public LoadReportDefinition2Async ( byte Definition ) : void | ||
Definition | byte | |
return | void |
public LoadReportDefinition2Async ( byte Definition, object userState ) : void | ||
Definition | byte | |
userState | object | |
return | void |
public LoadReportDefinitionAsync ( byte Definition ) : void | ||
Definition | byte | |
return | void |
public LoadReportDefinitionAsync ( byte Definition, object userState ) : void | ||
Definition | byte | |
userState | object | |
return | void |
public LogoffAsync ( object userState ) : void | ||
userState | object | |
return | void |
public LogonUserAsync ( string userName, string password, string authority ) : void | ||
userName | string | |
password | string | |
authority | string | |
return | void |
public LogonUserAsync ( string userName, string password, string authority, object userState ) : void | ||
userName | string | |
password | string | |
authority | string | |
userState | object | |
return | void |
public NavigateBookmarkAsync ( string BookmarkID ) : void | ||
BookmarkID | string | |
return | void |
public NavigateBookmarkAsync ( string BookmarkID, object userState ) : void | ||
BookmarkID | string | |
userState | object | |
return | void |
public NavigateDocumentMapAsync ( string DocMapID ) : void | ||
DocMapID | string | |
return | void |
public NavigateDocumentMapAsync ( string DocMapID, object userState ) : void | ||
DocMapID | string | |
userState | object | |
return | void |
public Render2Async ( string Format, string DeviceInfo, PageCountMode PaginationMode ) : void | ||
Format | string | |
DeviceInfo | string | |
PaginationMode | PageCountMode | |
return | void |
public Render2Async ( string Format, string DeviceInfo, PageCountMode PaginationMode, object userState ) : void | ||
Format | string | |
DeviceInfo | string | |
PaginationMode | PageCountMode | |
userState | object | |
return | void |
public RenderAsync ( string Format, string DeviceInfo ) : void | ||
Format | string | |
DeviceInfo | string | |
return | void |
public RenderAsync ( string Format, string DeviceInfo, object userState ) : void | ||
Format | string | |
DeviceInfo | string | |
userState | object | |
return | void |
public RenderStreamAsync ( string Format, string StreamID, string DeviceInfo ) : void | ||
Format | string | |
StreamID | string | |
DeviceInfo | string | |
return | void |
public RenderStreamAsync ( string Format, string StreamID, string DeviceInfo, object userState ) : void | ||
Format | string | |
StreamID | string | |
DeviceInfo | string | |
userState | object | |
return | void |
public ResetExecution2Async ( object userState ) : void | ||
userState | object | |
return | void |
public ResetExecutionAsync ( object userState ) : void | ||
userState | object | |
return | void |
public SetExecutionCredentials2Async ( DataSourceCredentials Credentials ) : void | ||
Credentials | DataSourceCredentials | |
return | void |
public SetExecutionCredentials2Async ( DataSourceCredentials Credentials, object userState ) : void | ||
Credentials | DataSourceCredentials | |
userState | object | |
return | void |
public SetExecutionCredentialsAsync ( DataSourceCredentials Credentials ) : void | ||
Credentials | DataSourceCredentials | |
return | void |
public SetExecutionCredentialsAsync ( DataSourceCredentials Credentials, object userState ) : void | ||
Credentials | DataSourceCredentials | |
userState | object | |
return | void |
public SetExecutionParameters2Async ( ParameterValue Parameters, string ParameterLanguage ) : void | ||
Parameters | ParameterValue | |
ParameterLanguage | string | |
return | void |
public SetExecutionParameters2Async ( ParameterValue Parameters, string ParameterLanguage, object userState ) : void | ||
Parameters | ParameterValue | |
ParameterLanguage | string | |
userState | object | |
return | void |
public SetExecutionParametersAsync ( ParameterValue Parameters, string ParameterLanguage ) : void | ||
Parameters | ParameterValue | |
ParameterLanguage | string | |
return | void |
public SetExecutionParametersAsync ( ParameterValue Parameters, string ParameterLanguage, object userState ) : void | ||
Parameters | ParameterValue | |
ParameterLanguage | string | |
userState | object | |
return | void |
public Sort2Async ( string SortItem, SortDirectionEnum Direction, bool Clear, PageCountMode PaginationMode ) : void | ||
SortItem | string | |
Direction | SortDirectionEnum | |
Clear | bool | |
PaginationMode | PageCountMode | |
return | void |
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 |
public SortAsync ( string SortItem, SortDirectionEnum Direction, bool Clear ) : void | ||
SortItem | string | |
Direction | SortDirectionEnum | |
Clear | bool | |
return | void |
public SortAsync ( string SortItem, SortDirectionEnum Direction, bool Clear, object userState ) : void | ||
SortItem | string | |
Direction | SortDirectionEnum | |
Clear | bool | |
userState | object | |
return | void |
public ToggleItemAsync ( string ToggleID ) : void | ||
ToggleID | string | |
return | void |
public ToggleItemAsync ( string ToggleID, object userState ) : void | ||
ToggleID | string | |
userState | object | |
return | void |