DownloadReportDefinitionResponse.BodyText Property
Applies To: Dynamics CRM 2015
Gets the report definition.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string BodyText { get; }
public:
property String^ BodyText {
String^ get();
}
member BodyText : string with get
Public ReadOnly Property BodyText As String
Property Value
Type: System.String
Type: String
The report definition.
Contains a UTF-8 encoded XML document in the form of a string that represents the entire content of the report definition (RDL) file.
See Also
DownloadReportDefinitionResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright