Gets or sets page content in Xaml representation.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string XamlContent { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property XamlContent As String |
| Visual C++ |
|---|
public: property String^ XamlContent { String^ get (); void set (String^ value); } |