ClientFeatureData.ToReportString Method ()
Returns a string representation of the report.
Namespace: Microsoft.WindowsServerSolutions.Reporting
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public string ToReportString()
public:
String^ ToReportString()
Public Function ToReportString As String
Return Value
Type: System.String
An instance of String that contains the report data.
See Also
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace
Return to top