Skip to main content

Enum UrlAccessParameter

Namespace: Varigence.Languages.Biml.Cube.Action

Assembly: Biml.dll

C#


public enum UrlAccessParameter

Fields

FieldsDescription
RCEndFindSpecifies that the value will determine the index of the last page/section to search. The default is the current report page.
RCFallbackPageHTML 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.
RCGetImageHTML Viewer Command: Specifies that the parameter value will determine the name of the icon to retrieve for the HTML Viewer.
RCIconHTML Viewer Command: Specifies that the parameter value will determine the name of the rendering extension icon that should be retrieved.
RCParametersSpecifies that the value will determine the visibility of the parameters area of the toolbar. The default is true.
RCSectionSpecifies that the value will determine indes of the page of the report to display. The default is 1.
RCStartFindSpecifies that the value will determine the index of the last page/section to search. The default is the last report page.
RCStyleSheetHTML Viewer Command: Specifies that the parameter value will determine the style sheet to use with the HTML Viewer.
RCToolBarSpecifies that the value will determine the visibility of the entire toolbar. The default is true.
RCZoomSpecifies 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.
RSCommandReport Server Command: Specifies that the parameter value will determine the command to execute.
RSFormatReport Server Command: Specifies that the parameter value will determine the format of the report. Acceptable values are listed in teh ReportServerFormat enumeration.
RSParameterLanguageReport 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.
RSSnapshotReport Server Command: Specifies that the parameter value will determine the report history snapshot to use for rendering the report.
RVAsyncReaderReport Viewer Command: Specifies that the parameter value will determine whether the report is rendered asynchronously. The default is true.
RVDocMapAreaWidthReport 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.
RVHeaderAreaReport 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.
RVToolBarReport 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.