Public Function GetUserModel ( _ Model As String, _ Perspective As String _ ) As Byte()
public byte[] GetUserModel ( string Model, string Perspective )
public: array<unsigned char>^ GetUserModel ( String^ Model, String^ Perspective )
public byte[] GetUserModel ( String Model, String Perspective )
public function GetUserModel ( Model : String, Perspective : String ) : byte[]
Full name of the model for which to retrieve user specific model definition.
The ID of the perspective for which to retrieve report model.
The model definition returned is limited to the semantic parts of the model the user has permission to view or use.
When Perspective is supplied, the user model returned only reflects the model items the user has permission to see in that perspective.