StiCloudPlan Class

Namespace: Stimulsoft.Base.Plans

Inheritance

Inherits from: StiPlan

Properties

Property Type Description
AllowDataTransformation bool  
AllowDatabases bool  
MaxDataRows int  
MaxFileSize int  
MaxItems int?  
MaxRefreshes int  
MaxReportPages int  
MaxResourceSize int  
MaxResources int  
MaxViewers int?  

Methods

Method Returns Description
GetPlan static (+2 overloads) StiCloudPlan  
GetPlanIdent static StiCloudPlanIdent  
IsAppsAvailable static bool  
IsDashboardsAvailable static bool  
IsFormsAvailable static bool  
IsReportsAvailable static bool  
IsTrial static bool  
SetPlan static void  

Method Details

GetPlan static

GetPlan(reportGuid: string): StiCloudPlan

Parameters

  • reportGuid (string)

Returns StiCloudPlan


GetPlan(licenceKey: StiLicenseKey): StiCloudPlan

Parameters

Returns StiCloudPlan


GetPlan(ident: StiCloudPlanIdent): StiCloudPlan

Parameters

Returns StiCloudPlan


GetPlanIdent static

GetPlanIdent(reportGuid: string): StiCloudPlanIdent

Parameters

  • reportGuid (string)

Returns StiCloudPlanIdent


IsAppsAvailable static

IsAppsAvailable(reportGuid: string): bool

Parameters

  • reportGuid (string)

Returns bool


IsDashboardsAvailable static

IsDashboardsAvailable(reportGuid: string): bool

Parameters

  • reportGuid (string)

Returns bool


IsFormsAvailable static

IsFormsAvailable(reportGuid: string): bool

Parameters

  • reportGuid (string)

Returns bool


IsReportsAvailable static

IsReportsAvailable(reportGuid: string): bool

Parameters

  • reportGuid (string)

Returns bool


IsTrial static

IsTrial(reportGuid: string): bool

Parameters

  • reportGuid (string)

Returns bool


SetPlan static

SetPlan(reportGuid: string, plan: StiCloudPlanIdent): void

Parameters