DownloadReportDefinitionResponse.BodyText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.