ReportGraphInfoProviderGetReportGraphInfoInternal Method (Int32) |
Returns the ReportGraphInfo structure for the specified ReportGraph ID.
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 10.0.0
Syntaxprotected ReportGraphInfo GetReportGraphInfoInternal(
int reportGraphId
)
Parameters
- reportGraphId
- Type: SystemInt32
ID of the ReportGraph object
Return Value
Type:
ReportGraphInfo
See Also