ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportProvider Interface / GetReportDescriptor Method
A System.String value indicating the identifier of the report to retrieve.

In This Topic
GetReportDescriptor Method (IReportProvider)
In This Topic
Gets the report descriptor for the specified report identifier.
Syntax
'Declaration
 
Function GetReportDescriptor( _
   ByVal reportId As String _
) As ReportDescriptor
 

Parameters

reportId
A System.String value indicating the identifier of the report to retrieve.

Return Value

The ReportDescriptor object of the specified report.
See Also