Report.Variables Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Variable ^> ^ Variables { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Variable ^> ^ get(); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Variable> Variables { get; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.Variables : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Variable>
Public ReadOnly Property Variables As IList(Of Variable)
Значение свойства
- Атрибуты