ReportHelperRenderReportArchive Method |
Renders the report archive.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static ReportRenderResult RenderReportArchive(
Guid reportArchiveId,
int firstRow,
int pageSize,
Dictionary<string, Object> reportFields,
string cultureName
)
Public Shared Function RenderReportArchive (
reportArchiveId As Guid,
firstRow As Integer,
pageSize As Integer,
reportFields As Dictionary(Of String, Object),
cultureName As String
) As ReportRenderResult
public:
static ReportRenderResult^ RenderReportArchive(
Guid reportArchiveId,
int firstRow,
int pageSize,
Dictionary<String^, Object^>^ reportFields,
String^ cultureName
)
static member RenderReportArchive :
reportArchiveId : Guid *
firstRow : int *
pageSize : int *
reportFields : Dictionary<string, Object> *
cultureName : string -> ReportRenderResult
Parameters
- reportArchiveId
- Type: SystemGuid
The report archive id. - firstRow
- Type: SystemInt32
The first row. - pageSize
- Type: SystemInt32
Size of the page. - reportFields
- Type: System.Collections.GenericDictionaryString, Object
The report fields. - cultureName
- Type: SystemString
Name of the culture.
Return Value
Type:
ReportRenderResult[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ReportHelper.RenderReportArchive(System.Guid,System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object},System.String)"]
See Also