Enum UrlAccessParameter
public enum UrlAccessParameter
Fields
RCEndFind | Specifies that the value will determine the index of the last page/section to search. The default is the current report page. |
RCFallbackPage | HTML Viewer Command: Specifies that the parameter value will determine the index of the page that should be displayed in the event or a navigation or search error.. The default is the current report page. |
RCGetImage | HTML Viewer Command: Specifies that the parameter value will determine the name of the icon to retrieve for the HTML Viewer. |
RCIcon | HTML Viewer Command: Specifies that the parameter value will determine the name of the rendering extension icon that should be retrieved. |
RCParameters | Specifies that the value will determine the visibility of the parameters area of the toolbar. The default is true. |
RCSection | Specifies that the value will determine indes of the page of the report to display. The default is 1. |
RCStartFind | Specifies that the value will determine the index of the last page/section to search. The default is the last report page. |
RCStyleSheet | HTML Viewer Command: Specifies that the parameter value will determine the style sheet to use with the HTML Viewer. |
RCToolBar | Specifies that the value will determine the visibility of the entire toolbar. The default is true. |
RCZoom | Specifies that the value will determine the zoom level of the report. Acceptable values include string constants between 0 and 100, integer percentage values, or strings such as 'Page Width' or 'Whole Page'. The default is 100. |
RSCommand | Report Server Command: Specifies that the parameter value will determine the command to execute. |
RSFormat | Report Server Command: Specifies that the parameter value will determine the format of the report. Acceptable values are listed in teh ReportServerFormat enumeration. |
RSParameterLanguage | Report Server Command: Specifies that the parameter value will determine the language of URL parameters. Acceptable values include locale id strings (such as en-us or en-gb). The default is the current browser language. |
RSSnapshot | Report Server Command: Specifies that the parameter value will determine the report history snapshot to use for rendering the report. |
RVAsyncReader | Report Viewer Command: Specifies that the parameter value will determine whether the report is rendered asynchronously. The default is true. |
RVDocMapAreaWidth | Report Viewer Command: Specifies that the parameter value will determine the pixel wideth of the parameter area. Acceptable values include any non-negative integer. The default is the same as the web part default. |
RVHeaderArea | Report Viewer Command: Specifies that the parameter value will determine the header area display mode. Acceptable values are listed in the ReportViewerHeaderAreaType enumeration. The default is Full. |
RVToolBar | Report Viewer Command: Specifies that the parameter value will determine the toolbar display mode. Acceptable values are listed in the ReportViewerToolBarType enumeration. The default is Full. |