Returns a property of active report document or active report document variant.
string ActiveDocumentVariant(string propertyName)
| propertyName | The name of a property to read. Currently only "Title" is supported. | 
Example
ActiveDocumentVariant("Title")
Returns the title of active report document or active report document variant.
