| 名前 | 解説 | |
|---|---|---|
![]() | ReportSession コンストラクタ |
ReportSessionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | ReportSession コンストラクタ |
| 名前 | 解説 | |
|---|---|---|
![]() | ConnectionOptions | Gets the ConnectionBase.ConnectionOptions class specifies type of authentication, credential etc. 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. 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. C1.Ssrs.ConnectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | ApplyParameterValues | Sets and validates parameter values associated with the loaded report. |
![]() ![]() | CheckReportPath | For internal use only. |
![]() | Dispose | オーバーライドされます。 Releases all resources used by the ReportSession object. |
![]() ![]() | FromExecutionParameter | |
![]() ![]() | FromValidValues | |
![]() | GetContent | オーバーロードされます。 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 ReportSession.GetContent 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 ReportSession.RefreshParameters etc. C1.Ssrs.ConnectionBaseから継承されます。 |
![]() | RefreshParameters | Refreshes list of parameters. |
![]() | SetConnectionOptions | オーバーライドされます。 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. C1.Ssrs.ConnectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. C1.Ssrs.ConnectionBaseから継承されます。 |