Name | Description | |
---|---|---|
ReportSession Constructor |
The following tables list the members exposed by ReportSession.
Name | Description | |
---|---|---|
ReportSession Constructor |
Name | Description | |
---|---|---|
ConnectionOptions | Gets the ConnectionOptions class specifies type of authentication, credential etc. (Inherited from C1.Ssrs.ConnectionBase) | |
DefaultPageLayout | Gets the PageLayout object specifies the default report page settings. | |
ExecutionID | Gets the ID of SSRS session. | |
Language | Gets or sets the language used in the SSRS session. The culture specified by this property affects User!Language report identifier. By default this property is null, which means that CultureInfo.CurrentUICulture will be used. (Inherited from C1.Ssrs.ConnectionBase) | |
Parameters | Gets the list of parameters of the currently loaded report. | |
ReportAddress | Gets the ReportAddressBase object defines report address currently opened. | |
ReportPath | Gets the report path currently opened. | |
ReportServer | Gets the address of SSRS server used in connection. (Inherited from C1.Ssrs.ConnectionBase) |
Name | Description | |
---|---|---|
ApplyParameterValues | Sets and validates parameter values associated with the loaded report. | |
CheckReportPath | For internal use only. | |
Dispose | Overridden. Releases all resources used by the ReportSession object. | |
FromExecutionParameter | ||
FromValidValues | ||
GetContent | Overloaded. Generates report in specific format. startPageIndex and pageCount specify range of pages, set pageCount to 0 to request all pages of the report. | |
GetDocumentMap | Returns the report document map (report outlines), can be called only after GetContent(String,String,CancellationToken) method. | |
GetPageCount | Returns count of pages in the report. | |
NavigateBookmark | Navigates to a specific bookmark in the report. | |
NavigateDocumentMap | Navigates to a specific section of the report. | |
Open | Loads a report, this report should be called before calling any other methods of the ReportSession. | |
ParameterValueToString | Converts value to the string which can be used as parameter value in the RefreshParameters etc. (Inherited from C1.Ssrs.ConnectionBase) | |
RefreshParameters | Refreshes list of parameters. | |
SetConnectionOptions | Overridden. Sets the current connection options. | |
Sort | Applies or removes a sort for the report based on a user sort action. | |
ToExecutionParameter | ||
ToExecutionParameters | ||
ToggleItem | Toggles the show/hide item in a report. | |
TryParameterValueFromString | Converts string representing parameter value to object, returns true if conversion successfull, false otherwise. (Inherited from C1.Ssrs.ConnectionBase) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from C1.Ssrs.ConnectionBase) |