DownloadReportDefinitionResponse.BodyText Property

Definition

Gets the report definition.

public:
 property System::String ^ BodyText { System::String ^ get(); };
public string BodyText { get; }
member this.BodyText : string
Public ReadOnly Property BodyText As String

Property Value

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.

Applies to