Click or drag to resize

ReportGetListingFlags Method

Lightweight scan of a report file (without a full load) to get the flags used for the web listing: isTask = the report Kind is Task, hasSchedule = the report defines at least one schedule.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static (bool isTask, bool hasSchedule) GetListingFlags(
	string path
)

Parameters

path  String
 

Return Value

ValueTupleBoolean, Boolean
See Also