Databases Reference
In-Depth Information
VB.NET
Public Function FindItems(ByVal Folder As String, ByVal BooleanOperator As
BooleanOperatorEnum, ByVal Conditions As SearchCondition())As CatalogItem()
FireEvent
FireEvent causes an event to be fired. Required parameters are the event to be fired and the data
required by the event.
C#
public void FireEvent(string EventType , string EventData );
VB.NET
Public Sub FireEvent(ByVal EventType As String, ByVal EventData As String)
FlushCache
FlushCache invalidates the cache for an individual report. The name of the report is the only parameter
passed to this method.
C#
public void FlushCache(string Report );
VB.NET
Public Sub FlushCache(ByVal Report As String)
GenerateModel
Generates a default Model for a shared DataSource.
C#
public Warning[] GenerateModel(string DataSource, string Model, string Parent,
Property[] Properties);
VB.NET
Public Function GenerateModel(ByVal DataSource As String, ByVal Model As String,
ByVal Parent As String, ByVal Properties As Property()) As Warning()
GetCacheOptions
This method returns the cache configuration for a report and the ExpirationDefinition settings that
describe when the cached copy of the report expires. The return value is a Boolean value indicating
whether the report is in the cache or not.
C#
public bool GetCacheOptions(string Report , [out] ExpirationDefinition Expiration );
Search WWH ::




Custom Search