Enum IdentifierType
Specifies the identifier type options used in the HTML5 WebForms ReportViewer ReportSource configuration. Used to determine how report identifiers are interpreted and resolved when loading reports in the HTML5 viewer.
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public enum IdentifierType
Remarks
Controls the report resolution strategy based on the type of identifier provided, enabling support for different report source configurations in HTML5 viewing scenarios.
CustomReportSource
Indicates that the identifier represents a custom report source requiring user-implemented resolution logic.
TypeReportSource
Indicates that the identifier represents a report type for creating TypeReportSource instances.
UriReportSource
Indicates that the identifier represents a URI pointing to a .trdp/.trdx report file for creating UriReportSource instances.